Created
February 19, 2019 00:55
-
-
Save grahamc/251371c0bcbc0d372d41671970a5de66 to your computer and use it in GitHub Desktop.
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
$ cat /etc/systemd/user/hello.service | |
[Unit] | |
[Service] | |
ExecStart=hello | |
RemainAfterExit=false | |
Type=oneshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment