.dots/systemd/prepare-fs.service

12 lines
204 B
SYSTEMD
Raw Permalink Normal View History

2024-08-28 15:22:02 +02:00
[Unit]
Description=filesystem preparation
Before=pveproxy.service
Before=nginx.service
[Service]
Type=oneshot
2024-08-29 18:32:34 +02:00
ExecStart=/home/velvettear/.dots/scripts/prepare-fs.sh
2024-08-28 15:22:02 +02:00
[Install]
WantedBy=multi-user.target