Created
December 17, 2019 15:59
-
-
Save jpopesculian/5bfe6b72d1daa90d1ed7982be1a9b2b4 to your computer and use it in GitHub Desktop.
Diogos stupid service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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