hackclub-nest/.config/systemd/user/uptime.service

8 lines
120 B
SYSTEMD
Raw Normal View History

2024-09-13 18:46:59 +00:00
[Unit]
2024-09-13 18:47:46 +00:00
Description=Uptime
2024-09-13 18:46:59 +00:00
[Service]
TimeoutStartSec=0
2024-09-13 19:04:08 +00:00
ExecStart=curl -v "$(cat /home/neon/.uptime-url)"
2024-09-13 18:46:59 +00:00
Type=oneshot