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.
15 lines
365 B
15 lines
365 B
[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 --factory-config /home/pi/linphone.conf |
|
User=pi |
|
Restart=on-failure |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|