Last active
August 7, 2024 19:43
-
-
Save shigenobuokamoto/30dcee0e2d9045d1b18928d96178ed2e to your computer and use it in GitHub Desktop.
/etc/systemd/system/wsl-persistent.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
[Service] | |
ExecStart=/bin/sh -ec 'exec /mnt/c/windows/system32/waitfor.exe WSL$(date +%\\s)' | |
[Install] | |
WantedBy=multi-user.target |
Author
shigenobuokamoto
commented
Aug 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment