real
This commit is contained in:
parent
0315ff2871
commit
0a593d1009
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
[Unit]
|
||||
Description=mount
|
||||
Before=nginx.service
|
||||
|
||||
[Mount]
|
||||
Type=rclone
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Run foo weekly and on boot
|
||||
After=mnt-nginx.mount
|
||||
After=mnt-files.mount
|
||||
Before=nginx.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/nman.sh
|
||||
|
|
Loading…
Reference in a new issue