Skip to content

Commit 355517f

Browse files
committed
Fix update process
1 parent 3a7b764 commit 355517f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export DIST_NAME=WebControlCNC
2-
export DIST_VERSION=0.1.0
2+
export DIST_VERSION=0.1.1
33
export MODULES="base(network,webcontrol,disable-services(auto-hotspot))"
44
export WEBCONTROL_VERSION=0.9333

src/modules/webcontrol/filesystem/etc/systemd/system/webcontrol.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ StandardOutput=inherit
99
StandardError=inherit
1010
Restart=always
1111
User=pi
12+
KillMode=process
1213

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

0 commit comments

Comments
 (0)