You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
357 B
16 lines
357 B
4 years ago
|
[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
|