mirror of
https://github.com/comma-hacks/webrtc.git
synced 2025-10-05 08:06:55 +08:00
15 lines
241 B
Desktop File
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
|