Skip to content

Instantly share code, notes, and snippets.

@JohannSuarez
Created February 18, 2022 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohannSuarez/03f6c491f7a4be425e77612a92fd0973 to your computer and use it in GitHub Desktop.
Save JohannSuarez/03f6c491f7a4be425e77612a92fd0973 to your computer and use it in GitHub Desktop.
Very basic SystemD Unit
# Put this on /etc/systemd/system
[Unit]
Description=A very simple service
After=network-up.target
[Service]
ExecStart=/usr/bin/buckle
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment