Add systemd service setup
This commit is contained in:
parent
e64c4a9879
commit
4aa78f0c48
8 changed files with 79 additions and 1 deletions
|
|
@ -28,3 +28,11 @@
|
|||
name: openvpn-client@zeus
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
||||
- name: restart user ssh-agent
|
||||
systemd:
|
||||
name: ssh-agent
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon-reload: yes
|
||||
scope: user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue