Switch system-info to systemd on WSL

This commit is contained in:
2023-05-12 22:20:05 +01:00
parent 8fae111d0e
commit d4393851b1
4 changed files with 53 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=System Info
[Service]
ExecStart={{SYSTEM_INFO_SCRIPT}}
Environment=LC_ALL=C.UTF-8
[Install]
WantedBy=default.target