-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Systemd based Linux #10
Comments
Very much appreciate these resources. Would be nice to include in the README perhaps? |
Instead of using Moreover you do not need [Install] section in your service file neither |
You can also run tinystatus with args in your runner |
I've just made a repo with this set up. I might make packages for various distributions or a simple install script but the instructions for installing the service are placed in readme. |
Hi all,
Just really adding this here as a helper for anyone looking to implement on Linux using systems.
Not saying this is at all the correct way. I'm running this all through Saltstack so apologies if this isn't directly applicable.
Ive used a "runner" file to control the actions outside the processing script:
Changes to directory where the project is cloned, runs the script and generates a temporary file, moves it over the previous file were the webserver is looking.
Then I have a systemd service:
And a systemd timer:
The service and timer are then enabled and timer started.
The text was updated successfully, but these errors were encountered: