Skip to content

Commit 1d226fc

Browse files
committed
Set KillMode=mixed on camera-streamer service
Should fix the hanging on reboot as reported in #2
1 parent 5b960a3 commit 1d226fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/files/camera-streamer/camera-streamer.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ExecStart=/root/bin/camera-streamer-control start
99
ExecStop=/root/bin/camera-streamer-control stop
1010
ExecReload=/root/bin/camera-streamer-control restart
1111
RemainAfterExit=yes
12+
KillMode=mixed
1213

1314
[Install]
1415
WantedBy=multi-user.target

0 commit comments

Comments
 (0)