Skip to content

Commit 6cb38c2

Browse files
authored
Merge pull request #764 from fliphess/fix_camera_freeze_on_webcamd_restart
Set systemd Type to simple instead of forking
2 parents 70294fa + aeca7ca commit 6cb38c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/octopi/filesystem/root/etc/systemd/system/webcamd.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ StandardOutput=append:/var/log/webcamd.log
88
StandardError=append:/var/log/webcamd.log
99
ExecStart=/root/bin/webcamd
1010
Restart=always
11-
Type=forking
11+
Type=simple
1212
RestartSec=1
1313

1414
[Install]

src/variants/ubuntu_arm64/filesystem/root/etc/systemd/system/webcamd.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ StandardOutput=append:/var/log/webcamd.log
88
StandardError=append:/var/log/webcamd.log
99
ExecStart=/root/bin/webcamd
1010
Restart=always
11-
Type=forking
11+
Type=simple
1212
RestartSec=1
1313

1414
[Install]

0 commit comments

Comments
 (0)