mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 10:43:11 +01:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
[Unit]
|
||
|
Description=auto balance btrfs
|
||
|
OnFailure=systemd-notifier.cymais@%n.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/sh -c '/usr/bin/python {{system_btrfs_auto_balancer_folder}}main.py 90 10'
|