Skip to content

Commit

Permalink
use busybox sh for init.d scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scpcom committed Feb 6, 2025
1 parent ff32f94 commit fd51b81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/addons/device-config/device-config.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S02config start
ExecStart=busybox sh /etc/init.d/S02config start

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion scripts/addons/device-key/device-key.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S02devicekey start
ExecStart=busybox sh /etc/init.d/S02devicekey start

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion scripts/addons/device-key/device-uuid.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S10uuid start
ExecStart=busybox sh /etc/init.d/S10uuid start

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion scripts/addons/load-systemko/load-systemko.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S00kmod start
ExecStart=busybox sh /etc/init.d/S00kmod start

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion scripts/addons/nanokvm/kvm-data.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S01fs start
ExecStart=busybox sh /etc/init.d/S01fs start

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion scripts/addons/nanokvm/kvm-hwd.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S15kvmhwd start
ExecStart=busybox sh /etc/init.d/S15kvmhwd start

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion scripts/addons/nanokvm/usb-device.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ StartLimitIntervalSec=0

[Service]
Type=oneshot
ExecStart=sh /etc/init.d/S03usbdev start
ExecStart=busybox sh /etc/init.d/S03usbdev start

[Install]
WantedBy=multi-user.target

0 comments on commit fd51b81

Please sign in to comment.