mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
14 lines
394 B
Desktop File
14 lines
394 B
Desktop File
[Unit]
|
|
Description=Root Filesystem Auto-Expander
|
|
|
|
[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=
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|