hackclub-nest/.config/systemd/user/uptime.service
2024-09-13 19:04:08 +00:00

7 lines
120 B
Desktop File

[Unit]
Description=Uptime
[Service]
TimeoutStartSec=0
ExecStart=curl -v "$(cat /home/neon/.uptime-url)"
Type=oneshot