diff options
author | Lex Rivera <me@lex.io> | 2018-09-12 18:34:41 +0300 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-09-13 19:05:49 +0200 |
commit | 16d2e1c7fe8e7646ba862033d1e3a7d7270a098d (patch) | |
tree | 8bea8a9eaf613bbcd12f736569f4d35db86f9d5b /vars | |
parent | 948e769a9a528060fa47881571e04a61b1d8bf69 (diff) | |
download | ansible-teamspeak-16d2e1c7fe8e7646ba862033d1e3a7d7270a098d.tar.gz ansible-teamspeak-16d2e1c7fe8e7646ba862033d1e3a7d7270a098d.tar.xz ansible-teamspeak-16d2e1c7fe8e7646ba862033d1e3a7d7270a098d.zip |
correct path for debian systemd services
Diffstat (limited to 'vars')
-rw-r--r-- | vars/debian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/debian.yml b/vars/debian.yml index 7814ed4..56a6fc2 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -1 +1 @@ -systemd_service_file_path: "/lib/systemd/system/" +systemd_service_file_path: "/etc/systemd/system/" |