config

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

uncommitted.service (193B)


      1 [Unit]
      2 Description=Check for uncommitted changes
      3 RefuseManualStart=no
      4 RefuseManualStop=yes
      5 
      6 [Service]
      7 Type=oneshot
      8 ExecStart=/home/dwrz/.local/bin/uncommitted
      9 
     10 [Install]
     11 WantedBy=timers.target