Switch system-info to systemd on WSL
This commit is contained in:
9
roles/system-info/templates/system-info.service.j2
Normal file
9
roles/system-info/templates/system-info.service.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=System Info
|
||||
|
||||
[Service]
|
||||
ExecStart={{SYSTEM_INFO_SCRIPT}}
|
||||
Environment=LC_ALL=C.UTF-8
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user