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

7 lines
114 B
Desktop File

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