Place the .timer and .service file in the /etc/systemd/system/ folder.
To use, let's assume I want to restart nginx every night. Then I'd do:
systemctl enable --now [email protected]
Place the .timer and .service file in the /etc/systemd/system/ folder.
To use, let's assume I want to restart nginx every night. Then I'd do:
systemctl enable --now [email protected]
| # https://taskfile.dev | |
| version: '3' | |
| tasks: | |
| default: | |
| cmds: | |
| - task: feeder-signatures | |
| silent: true |