Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 15:07:54 +02:00
Explicitly mark systemd unit as Type=simple
Bees does not fork, so let's not rely on systemd defaults.
Dieser Commit ist enthalten in:
@@ -3,6 +3,7 @@ Description=Bees - Best-Effort Extent-Same, a btrfs deduplicator daemon: %i
|
|||||||
After=local-fs.target
|
After=local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=simple
|
||||||
ExecStart=/usr/sbin/beesd %i
|
ExecStart=/usr/sbin/beesd %i
|
||||||
Nice=19
|
Nice=19
|
||||||
IOSchedulingClass=idle
|
IOSchedulingClass=idle
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren