11 lines
204 B
Desktop File
11 lines
204 B
Desktop File
[Unit]
|
|
Description=filesystem preparation
|
|
Before=pveproxy.service
|
|
Before=nginx.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/velvettear/.dots/scripts/prepare-fs.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|