Systemd setup not installing
Issue #1116
closed
Using Debian 10 (Buster). Doing make install does not put the systemd unit files in the right location. Instead of /etc/systemd/systm/ or /lib/systemd/systm/ I found the files in /usr/local/libexec/libexec/ (make file is configured to do this) but attempting to enable by systemctl enable piler.service does not work.
Comments (2)
-
repo owner -
repo owner - changed status to closed
No news is good news.
- Log in to comment
Make install does it right. You need to create a symlink in the proper systemd directory. That latter part is not automatic.