Skip to content

Instantly share code, notes, and snippets.

View spacecowboy's full-sized avatar

Jonas Kalderstam spacecowboy

View GitHub Profile
@spacecowboy
spacecowboy / README.md
Last active May 27, 2025 17:45
Systemd timer to restart systemd services on a schedule

First copy the files

Place the .timer and .service file in the /etc/systemd/system/ folder.

How to use

To use, let's assume I want to restart nginx every night. Then I'd do:

systemctl enable --now [email protected]
@spacecowboy
spacecowboy / Taskfile.yml
Last active August 26, 2025 22:16
A taskfile for generating signature metadata for Feeder to F-Droid when making releases. The file should be placed in the root of fdroiddata repo.
# https://taskfile.dev
version: '3'
tasks:
default:
cmds:
- task: feeder-signatures
silent: true