Fr3deric
4 years ago
2 changed files with 39 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
[Unit] |
||||
Description=Linphone Daemon |
||||
Requires=var-tmp-debian\x2dsid-dev.mount |
||||
After=var-tmp-debian\x2dsid-dev.mount |
||||
|
||||
[Service] |
||||
Type=simple |
||||
RootDirectory=/var/tmp/debian-sid |
||||
ExecStartPre=/bin/rm -f /tmp/linphone |
||||
ExecStart=/usr/bin/linphone-daemon --pipe linphone --config /home/pi/linphone.conf |
||||
User=pi |
||||
Restart=on-failure |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
Loading…
Reference in new issue