Skip to content

Commit e5fa15d

Browse files
committed
Fix systemd invoke ExecStop immediately
1 parent 8bbdbd1 commit e5fa15d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/radxa-otgutils.radxa-adbd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation=https://github.com/radxa-pkg/radxa-otgutils/
44
After=network.target
55

66
[Service]
7-
Type=forking
7+
RemainAfterExit=yes
88
ExecStart=/usr/sbin/radxa-adbd start
99
ExecStop=/usr/sbin/radxa-adbd stop
1010
ExecReload=/usr/sbin/radxa-adbd reload

debian/radxa-otgutils.radxa-usbnet.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation=https://github.com/radxa-pkg/radxa-otgutils/
44
After=network.target
55

66
[Service]
7-
Type=forking
7+
RemainAfterExit=yes
88
ExecStart=/usr/sbin/radxa-usbnet start
99
ExecStop=/usr/sbin/radxa-usbnet stop
1010
ExecReload=/usr/sbin/radxa-usbnet reload

0 commit comments

Comments
 (0)