diff options
author | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
commit | 419478997ce7d61d56ffbfb0d0148784b1e7727c (patch) | |
tree | a1f3d94cb7fe4afe45a0ef523ed07b91a7be9b95 /old/sliver-c2/tasks/sliver_systemd.yaml | |
parent | 4929a0915888290faaac4f9ae972091c6b383b90 (diff) | |
download | ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.tar.gz ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.zip |
removing old dir
Diffstat (limited to 'old/sliver-c2/tasks/sliver_systemd.yaml')
-rw-r--r-- | old/sliver-c2/tasks/sliver_systemd.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/old/sliver-c2/tasks/sliver_systemd.yaml b/old/sliver-c2/tasks/sliver_systemd.yaml deleted file mode 100644 index 3b29f0f..0000000 --- a/old/sliver-c2/tasks/sliver_systemd.yaml +++ /dev/null @@ -1,10 +0,0 @@ -- name: copy sliver systemd service template - template: - src: sliver.service.j2 - dest: /etc/systemd/system/sliver.service - owner: root - group: root - mode: '0600' - notify: - - reload systemd - - sliver systemd handler |