Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +02:00
f59e311809
Bees does not fork, so let's not rely on systemd defaults.
16 Zeilen
280 B
Desktop File
16 Zeilen
280 B
Desktop File
[Unit]
|
|
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
|
|
CPUAccounting=true
|
|
MemoryAccounting=true
|
|
# CPUQuota=95%
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|