summaryrefslogtreecommitdiff
path: root/src/systemd/root-partition-auto-resize.service
blob: a57fbc3d82ad455be2c3f9a0f47c12242587dbc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=VyOS root partition auto resizing
After=multi-user.target

[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/libexec/vyos/op_mode/force_root-partition-auto-resize.sh 

[Install]
WantedBy=vyos.target