1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +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.
Dieser Commit ist enthalten in:
Kyle Gospodnetich
2025-04-17 17:52:33 -07:00
committet von Zygo Blaxell
Ursprung ee5c971d77
Commit f9f3913c8b
3 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -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