mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
14 lines
247 B
Desktop File
14 lines
247 B
Desktop File
[Unit]
|
|
Description=Monthly BTRFS full balancing
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
TimeoutStartSec=infinity
|
|
ExecStart=/usr/sbin/btrfs balance start --full-balance /
|
|
User=root
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|