Last active
October 28, 2021 17:43
-
-
Save sitemapxml/99d4f0d1a495a97624f856fd1187b2cc to your computer and use it in GitHub Desktop.
systemd example service
This file contains hidden or 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] | |
Description=Hello World Service | |
After=systend-user-sessions.service | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/hello-world.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment