fix start script name
This commit is contained in:
parent
2bfbcf2495
commit
ccf2370e04
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@
|
|||
- name: Copy start script
|
||||
template:
|
||||
- src: start.sh
|
||||
dest: "{{ cat_git_destination }}"
|
||||
dest: "{{ cat_git_destination }}"/start.sh
|
||||
owner: cat
|
||||
group: cat
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory={{ cat_git_destination }}
|
||||
ExecStart={{ cat_git_destination }}/start
|
||||
ExecStart={{ cat_git_destination }}/start.sh
|
||||
Restart=on-failure # or always, on-abort, etc
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue