mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 05:45:45 +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:
parent
3bf4e69c4d
commit
f59e311809
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user