1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35: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:
Kai Krakow 2017-09-19 20:34:00 +02:00
parent 3bf4e69c4d
commit f59e311809

View File

@ -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