Files
webrtc/webrtc-body.service
Keyvan Fatehi 7f85a02094 default to tici
2023-01-14 19:19:47 -08:00

15 lines
241 B
Desktop File

[Unit]
Description=Body WebRTC Server
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
User=body
WorkingDirectory=/home/body/webrtc-body
ExecStart=/home/body/webrtc-body/server.py
[Install]
WantedBy=multi-user.target