Skip to content

Instantly share code, notes, and snippets.

@sitemapxml
Last active October 28, 2021 17:43
Show Gist options
  • Save sitemapxml/99d4f0d1a495a97624f856fd1187b2cc to your computer and use it in GitHub Desktop.
Save sitemapxml/99d4f0d1a495a97624f856fd1187b2cc to your computer and use it in GitHub Desktop.
systemd example service
[Unit]
Description=Hello World Service
After=systend-user-sessions.service
[Service]
Type=simple
ExecStart=/usr/bin/hello-world.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment