mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 18:32:26 +02:00
Add configurable bindir for distros without sbin
Adds a `BINDIR` Make variable, defaulting to `sbin`, allowing packagers to override the install location of `beesd` for systems that do not use `/sbin`. This affects the install path and systemd unit template.
This commit is contained in:
committed by
Zygo Blaxell
parent
ee5c971d77
commit
f9f3913c8b
@ -5,7 +5,7 @@ After=sysinit.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@PREFIX@/sbin/beesd --no-timestamps %i
|
||||
ExecStart=@PREFIX@/@BINDIR@/beesd --no-timestamps %i
|
||||
CPUAccounting=true
|
||||
CPUSchedulingPolicy=batch
|
||||
CPUWeight=12
|
||||
|
Reference in New Issue
Block a user