blob: 6bdd9b68da7d9d48b40ef76ac5d8a2d9d7b1758b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Resize of File System on %f
DefaultDependencies=no
BindsTo=%i.device
After=systemd-fsck@%i.service local-fs.target
Requires=systemd-fsck@%i.service
Before=shutdown.target
[Service]
Type=oneshot
SmackProcessLabel=System
ExecStart=/sbin/resize2fs -f %f
ExecStartPost=/bin/ln -s /dev/null /etc/systemd/system/resize2fs@%i.service
StandardOutput=journal+console
TimeoutSec=0
|