12 lines
197 B
SYSTEMD
12 lines
197 B
SYSTEMD
|
[Unit]
|
||
|
Description=filesystem preparation
|
||
|
Before=pveproxy.service
|
||
|
Before=nginx.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/velvettear/scripts/prepare-fs.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|