1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/1-prep/templates/iiab-expand-rootfs.service

15 lines
394 B
SYSTEMD
Raw Normal View History

2017-05-27 18:09:50 +00:00
[Unit]
Description=Root Filesystem Auto-Expander
2017-05-27 18:09:50 +00:00
[Service]
Environment=TERM=linux
Type=oneshot
ExecStart=/usr/sbin/iiab-expand-rootfs
# "Standard output type syslog is obsolete"
# StandardError=syslog
# WHEREAS StandardError=journal is the default, per https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput=
2017-05-27 18:09:50 +00:00
RemainAfterExit=no
[Install]
WantedBy=multi-user.target