mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-24 20:19:40 +01:00
15 lines
291 B
Desktop File
15 lines
291 B
Desktop File
[Unit]
|
|
Description=Monthly BTRFS full balancing
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
TimeoutStartSec=infinity
|
|
# Contained in `systemd-path search-binaries-default`
|
|
ExecStart=btrfs balance start --full-balance /
|
|
User=root
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|