-
-
Save luismanson/1b95aca094c6b3b33ce703d1d042f75c to your computer and use it in GitHub Desktop.
vlmcsd boot script for systemd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=vlmcsd | |
Wants=network.target | |
After=syslog.target | |
[Service] | |
Type=forking | |
PIDFile=/var/run/vlmcsd.pid | |
ExecStart=/usr/local/vlmcsd/vlmcsd -l /var/log/vlmcsd.log -p /var/run/vlmcsd.pid | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment