Skip to content

Instantly share code, notes, and snippets.

@roblayton
Created July 6, 2015 23:42
Show Gist options
  • Save roblayton/b3adb3db1e226fa79715 to your computer and use it in GitHub Desktop.
Save roblayton/b3adb3db1e226fa79715 to your computer and use it in GitHub Desktop.
An example systemd service
[Unit]
Description="My Service"
[Service]
ExecStart=/usr/bin/printf "Service trigger"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment