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