diff options
author | evgeny <me@ch1p.io> | 2023-12-23 03:43:06 +0300 |
---|---|---|
committer | evgeny <me@ch1p.io> | 2023-12-23 03:43:06 +0300 |
commit | c857f58b4094d032910ea366ab7f509ab847e949 (patch) | |
tree | 8aba9c3951169c22df51503253c06595e80729f5 /systemd/ipcam_rtsp2hls_rkmpp@.service | |
parent | ae2787b3aeeafdd312c8975cabebfa8e28e575a1 (diff) |
ipcam_rtsp2hls_rkmpp fixes
Diffstat (limited to 'systemd/ipcam_rtsp2hls_rkmpp@.service')
-rw-r--r-- | systemd/ipcam_rtsp2hls_rkmpp@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ipcam_rtsp2hls_rkmpp@.service b/systemd/ipcam_rtsp2hls_rkmpp@.service index 0324a02..625d70c 100644 --- a/systemd/ipcam_rtsp2hls_rkmpp@.service +++ b/systemd/ipcam_rtsp2hls_rkmpp@.service @@ -8,7 +8,7 @@ RestartSec=3 User=root Group=root EnvironmentFile=/etc/ipcam_rtsp2hls.conf.d/%i.conf -ExecStart=/home/user/homekit/tools/ipcam_rtsp2hls_h264.sh --name %i --user $USER --password $PASSWORD --ip $IP --port $PORT $ARGS +ExecStart=/home/user/homekit/tools/ipcam_rtsp2hls_h264.sh --name %i --user $USER --password $PASSWORD --ip $IP --port $PORT --force-tcp $ARGS [Install] WantedBy=multi-user.target |