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

8 lines
114 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:03:08 +00:00
ExecStart=echo $(cat /home/neon/.uptime-url)
2024-09-13 18:46:59 +00:00
Type=oneshot