Created
February 22, 2017 09:14
-
-
Save tschaefer/07d215bbb2ce27b29ab34ac31313ae63 to your computer and use it in GitHub Desktop.
last systemd service in target
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] | |
Description=Last Stuff | |
After=multi-user.target | |
[Service] | |
Type=oneshot | |
ExecStart=/bin/do-last | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment