Last active
November 2, 2022 10:02
-
-
Save FalconIA/058a2ba7ed89424f2b5dc8271ec96eca to your computer and use it in GitHub Desktop.
vlmcsd boot script for systemd
This file contains hidden or 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