summaryrefslogtreecommitdiff
path: root/subplot/daemon.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-12 12:14:10 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-12 12:14:10 +0300
commit2543f6025dec5a99e308b1ed548313fc96f042cf (patch)
tree0e8456bdd8a7905b84b6953686105a38a7259855 /subplot/daemon.py
parentbb0f006a218aa958e37ecfeff71a21a54618c9c4 (diff)
downloaddebian-ansible-2543f6025dec5a99e308b1ed548313fc96f042cf.tar.gz
fix: use correct path for daemonize on Debian 11 (bullseye)
Sponsored-by: author
Diffstat (limited to 'subplot/daemon.py')
-rw-r--r--subplot/daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot/daemon.py b/subplot/daemon.py
index e223505..0173731 100644
--- a/subplot/daemon.py
+++ b/subplot/daemon.py
@@ -29,7 +29,7 @@ def start_daemon(ctx, name, argv):
runcmd(
ctx,
[
- "/usr/sbin/daemonize",
+ "/usr/bin/daemonize", # sbin prior to Debian 11 (bullseye), bin now
"-c",
os.getcwd(),
"-p",