Files
webrtc/webrtc-body.service
2023-01-22 01:04:10 -08:00

15 lines
250 B
Desktop File

[Unit]
Description=Body WebRTC Server
After=network.target
[Service]
Type=simple
User=body
WorkingDirectory=/home/body/webrtc-body
ExecStart=/home/body/webrtc-body/server.py
Restart=always
Environment=DISPLAY=:0
[Install]
WantedBy=graphical.target