mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 09:16:34 +02:00
Explicitly mark systemd unit as Type=simple
Bees does not fork, so let's not rely on systemd defaults.
This commit is contained in:
@ -3,6 +3,7 @@ Description=Bees - Best-Effort Extent-Same, a btrfs deduplicator daemon: %i
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/sbin/beesd %i
|
||||
Nice=19
|
||||
IOSchedulingClass=idle
|
||||
|
Reference in New Issue
Block a user