Skip to content

Instantly share code, notes, and snippets.

@FalconIA
Last active November 2, 2022 10:02
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save FalconIA/058a2ba7ed89424f2b5dc8271ec96eca to your computer and use it in GitHub Desktop.
Save FalconIA/058a2ba7ed89424f2b5dc8271ec96eca to your computer and use it in GitHub Desktop.
vlmcsd boot script for systemd
[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