Created
December 3, 2016 00:42
-
-
Save larsimmisch/62bb9affe6032eeb7a687f6870c10416 to your computer and use it in GitHub Desktop.
systemd service definition for mISDNcapid
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=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