aboutsummaryrefslogtreecommitdiff
path: root/old/sliver-c2/tasks/sliver_systemd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'old/sliver-c2/tasks/sliver_systemd.yaml')
-rw-r--r--old/sliver-c2/tasks/sliver_systemd.yaml10
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