Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-08-20 02:55:10 +0300
committerGitHub <noreply@github.com>2022-08-20 02:55:10 +0300
commited98b495315d9bba8b3a901f6488b20c52c50c28 (patch)
tree5defc95a64d867f1b05453b7f7f895ef88e41b1f
parenta6fd71ac27cb71f51fb27c21358155bf1681bec0 (diff)
parent9105292c71d52121f3b76148c09b31ca2ceee668 (diff)
Merge pull request #789 from cp2004/fix-webcamd-service-64
Ensure webcamd service type is simple, not forking on rpios 64
-rw-r--r--src/variants/rpios_arm64/filesystem/root/etc/systemd/system/webcamd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variants/rpios_arm64/filesystem/root/etc/systemd/system/webcamd.service b/src/variants/rpios_arm64/filesystem/root/etc/systemd/system/webcamd.service
index bd5feb5..5154d6e 100644
--- a/src/variants/rpios_arm64/filesystem/root/etc/systemd/system/webcamd.service
+++ b/src/variants/rpios_arm64/filesystem/root/etc/systemd/system/webcamd.service
@@ -8,7 +8,7 @@ StandardOutput=append:/var/log/webcamd.log
StandardError=append:/var/log/webcamd.log
ExecStart=/root/bin/webcamd
Restart=always
-Type=forking
+Type=simple
RestartSec=1
[Install]