make gitpuller remain after exit
This commit is contained in:
parent
da7ba4c262
commit
e4c81100ab
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
Description= git puller
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
Environment=USER=%i
|
||||
Environment=APP=nginx
|
||||
ExecStart=/data/indiehosters/importers/gitpuller.sh
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
Description= git puller
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
Environment=USER=%i
|
||||
Environment=APP=wordpress-subdir
|
||||
ExecStart=/data/indiehosters/importers/gitpuller.sh
|
||||
|
|
Loading…
Reference in a new issue