Skip to content

Instantly share code, notes, and snippets.

@tschaefer
Created February 22, 2017 09:14
Show Gist options
  • Save tschaefer/07d215bbb2ce27b29ab34ac31313ae63 to your computer and use it in GitHub Desktop.
Save tschaefer/07d215bbb2ce27b29ab34ac31313ae63 to your computer and use it in GitHub Desktop.
last systemd service in target
[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