scripts/nman.service

10 lines
160 B
SYSTEMD
Raw Permalink Normal View History

2023-11-01 13:46:30 +00:00
[Unit]
Description=Run foo weekly and on boot
2023-11-01 14:15:25 +00:00
After=mnt-files.mount
Before=nginx.service
2023-11-01 13:46:30 +00:00
[Service]
ExecStart=/opt/nman.sh
[Install]
WantedBy=multi-user.target