Skip to content

Commit

Permalink
Replace systemd detection mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Laupretre committed Jul 5, 2021
1 parent f4bc283 commit 91e479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sf_svc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

function sf_svc_running_systemd
{
test -x /usr/bin/systemctl
test -d /run/systemd/system
}

##----------------------------------------------------------------------------
Expand Down

0 comments on commit 91e479b

Please sign in to comment.