1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 09:36:17 +02:00

Bees is meant to be run as root only

As bees is meant to be run as root only, move it to /usr/sbin which is
usually not part of normal users path environment.
This commit is contained in:
Kai Krakow
2017-09-19 20:32:09 +02:00
parent 04cb25bd04
commit 5622ebd411
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Description=Bees - Best-Effort Extent-Same, a btrfs deduplicator daemon: %i
After=local-fs.target
[Service]
ExecStart=/usr/bin/beesd %i
ExecStart=/usr/sbin/beesd %i
Nice=19
IOSchedulingClass=idle
CPUAccounting=true