Switch system-info to systemd on WSL
This commit is contained in:
7
roles/system-info/handlers/main.yaml
Normal file
7
roles/system-info/handlers/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: restart system-info
|
||||
systemd:
|
||||
name: system-info
|
||||
scope: user
|
||||
daemon_reload: true
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user