summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-05-23 16:51:47 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-05-23 16:51:47 +0300
commitc538f17b5ccf93acf9a72726f301bb815bfb514b (patch)
tree3c232ff8463d42d4016d9cf0b38bae8fbf8321e7 /systemd
parent225ad92fdac725060d0ecb0c82a046653782d182 (diff)
systemd/ipcam-rtsp2hls@.service: set Restart=always
Diffstat (limited to 'systemd')
-rw-r--r--systemd/ipcam-rtsp2hls@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ipcam-rtsp2hls@.service b/systemd/ipcam-rtsp2hls@.service
index 5ab205b..5421847 100644
--- a/systemd/ipcam-rtsp2hls@.service
+++ b/systemd/ipcam-rtsp2hls@.service
@@ -3,7 +3,7 @@ Description=convert rtsp to hls for viewing live camera feeds in browser
After=network-online.target
[Service]
-Restart=on-failure
+Restart=always
User=user
Group=user
EnvironmentFile=/etc/ipcam-rtsp2hls.conf.d/%i.conf