10 lines
No EOL
160 B
Desktop File
10 lines
No EOL
160 B
Desktop File
[Unit]
|
|
Description=Run foo weekly and on boot
|
|
After=mnt-files.mount
|
|
Before=nginx.service
|
|
|
|
[Service]
|
|
ExecStart=/opt/nman.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |