mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-20 13:50:38 +01:00
19 lines
347 B
Desktop File
19 lines
347 B
Desktop File
#
|
|
# 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
|