mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-21 22:27:49 +01:00
19 lines
347 B
SYSTEMD
19 lines
347 B
SYSTEMD
|
#
|
||
|
# Extracted from fstab-generator
|
||
|
#
|
||
|
|
||
|
[Unit]
|
||
|
Description=Grow File System on %f
|
||
|
Documentation=man:systemd-growfs@.service(8)
|
||
|
DefaultDependencies=no
|
||
|
BindsTo=%i.mount
|
||
|
Conflicts=shutdown.target
|
||
|
After=%i.mount
|
||
|
Before=shutdown.target local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/lib/systemd/systemd-growfs %f
|
||
|
TimeoutSec=0
|