Skip to content

Commit a22e24e

Browse files
committed
Fix systemd service unit file
1 parent 67635c3 commit a22e24e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

watchtv.service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Description=Watch TV server
33
After=network.target
44

55
[Service]
6-
ExecStart=/usr/bin/php /home/sam3/SDR/dvb/rtspdvb/server.php
6+
ExecStart=/usr/bin/php /your/path/to/watchtv/server.php
77
Type=simple
8-
User=sam3
9-
Group=sam3
8+
User=<your user>
9+
Group=<your group>
1010
Restart=always
1111
RestartSec=3s
1212

0 commit comments

Comments
 (0)