Update serviced

This commit is contained in:
Frank Villaro-Dixon 2023-06-07 09:45:11 +02:00 committed by GitHub
parent c20bc35922
commit 2cbf2196ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Control services for system based on Systemd inside chroot and SysVinit outside chroot
# https://github.com/smaknsk/servicectl
#
@ -14,4 +14,4 @@ if [[ -n $1 ]]; then
action=$1
fi
servicectl $action $(dir $SERVICECTL_ENABLED_PATH)
servicectl $action $(dir $SERVICECTL_ENABLED_PATH)