13 lines
189 B
SYSTEMD
13 lines
189 B
SYSTEMD
|
[Unit]
|
||
|
Description=Grow root partition
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
ExecStart=/usr/local/sbin/growroot
|
||
|
RemainAfterExit=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|