.dots/systemd/prepare-fs.service
2024-08-29 18:32:34 +02:00

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