mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
websoft9 service init
This commit is contained in:
parent
c99561123e
commit
69b6bef2b0
1 changed files with 1 additions and 2 deletions
|
@ -4,9 +4,8 @@ Requires=network.target docker
|
|||
After=network.target docker
|
||||
|
||||
[Service]
|
||||
KillSignal=SIGQUIT
|
||||
WorkingDirectory=/data/websoft9/systemd
|
||||
ExecStart=-/bin/bash send_credentials.sh
|
||||
ExecStart=/bin/bash send_credentials.sh
|
||||
Restart=always
|
||||
Type=simple
|
||||
NotifyAccess=all
|
||||
|
|
Loading…
Reference in a new issue