Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +02:00
Add Systemd service for bash wrapper
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Dieser Commit ist enthalten in:
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Bees - Best-Effort Extent-Same, a btrfs deduplicator daemon: %i
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/beesd %i
|
||||
Nice=19
|
||||
IOSchedulingClass=idle
|
||||
CPUAccounting=true
|
||||
MemoryAccounting=true
|
||||
# CPUQuota=95%
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren