Fix incorrect unit binary path
This commit is contained in:
parent
f1b08ee635
commit
4f0e6f22d8
@ -8,6 +8,7 @@
|
||||
- name: Install required packages
|
||||
apt:
|
||||
name:
|
||||
- libgl1
|
||||
- libluajit-5.1-2
|
||||
- name: Create user
|
||||
user:
|
||||
|
@ -21,7 +21,7 @@ ProtectKernelModules=true
|
||||
# Implies MountAPIVFS=yes
|
||||
ProtectControlGroups=true
|
||||
|
||||
ExecStart=/bin/sh -c '{{ tes3mp.dest }}/{{ tes3mp.name }}/tes3mp-server'
|
||||
ExecStart=/bin/sh -c '{{ tes3mp.dest }}/{{ tes3mp.name }}/TES3MP-server/tes3mp-server'
|
||||
|
||||
Restart=on-failure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user