We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67635c3 commit a22e24eCopy full SHA for a22e24e
watchtv.service
@@ -3,10 +3,10 @@ Description=Watch TV server
3
After=network.target
4
5
[Service]
6
-ExecStart=/usr/bin/php /home/sam3/SDR/dvb/rtspdvb/server.php
+ExecStart=/usr/bin/php /your/path/to/watchtv/server.php
7
Type=simple
8
-User=sam3
9
-Group=sam3
+User=<your user>
+Group=<your group>
10
Restart=always
11
RestartSec=3s
12
0 commit comments