mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-21 16:13:38 +00:00
chore(ci): automated push
This commit is contained in:
parent
608a31d69d
commit
d0504d5da3
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
[Unit]
|
||||
Description=cron-dd543bb81b62 timer unit
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:*
|
|
@ -3,5 +3,5 @@ Description=Uptime
|
|||
|
||||
[Service]
|
||||
TimeoutStartSec=0
|
||||
ExecStart=curl $(cat /home/neon/.uptime-url)
|
||||
ExecStart=echo $(cat /home/neon/.uptime-url)
|
||||
Type=oneshot
|
||||
|
|
5
.config/systemd/user/uptime.timer
Normal file
5
.config/systemd/user/uptime.timer
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Unit]
|
||||
Description=Uptime for 1min
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:*
|
Loading…
Reference in a new issue