Skip to content

Instantly share code, notes, and snippets.

@larsimmisch
Created December 3, 2016 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsimmisch/62bb9affe6032eeb7a687f6870c10416 to your computer and use it in GitHub Desktop.
Save larsimmisch/62bb9affe6032eeb7a687f6870c10416 to your computer and use it in GitHub Desktop.
systemd service definition for mISDNcapid
[Unit]
Description=mISDN capi daemon
After=network.target
[Service]
ExecStartPre=/bin/mkdir -p /var/run/mISDNcapid
ExecStart=/usr/local/sbin/mISDNcapid -f
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment