Skip to content

Instantly share code, notes, and snippets.

@jpopesculian
Created December 17, 2019 15:59
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 jpopesculian/5bfe6b72d1daa90d1ed7982be1a9b2b4 to your computer and use it in GitHub Desktop.
Save jpopesculian/5bfe6b72d1daa90d1ed7982be1a9b2b4 to your computer and use it in GitHub Desktop.
Diogos stupid service
[Unit]
Description=Github Service
[Service]
Type=simple
WorkingDirectory=/home/demo/ci-scone/actions-runner/
ExecStart=/bin/bash run.sh
User=demo
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment