Fix incorrect unit binary path

This commit is contained in:
Salt 2020-08-23 23:40:24 -05:00
parent f1b08ee635
commit 4f0e6f22d8
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- name: Install required packages
apt:
name:
- libgl1
- libluajit-5.1-2
- name: Create user
user:

View File

@ -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