15 lines
261 B
Desktop File
15 lines
261 B
Desktop File
[Unit]
|
|
Description=FeTAp Daemon
|
|
Requires=linphone-daemon.service
|
|
After=linphone-daemon.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/fetapi
|
|
ExecStart=/usr/bin/python3 /opt/fetapi/fetapd.py
|
|
User=pi
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|