config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

health-check.service (186B)


      1 [Unit]
      2 Description=Health check dwrz.net
      3 RefuseManualStart=no
      4 RefuseManualStop=yes
      5 
      6 [Service]
      7 Type=oneshot
      8 ExecStart=/home/dwrz/.local/bin/health-check
      9 
     10 [Install]
     11 WantedBy=timers.target