config

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

sync-email.service (174B)


      1 [Unit]
      2 Description=Sync email
      3 RefuseManualStart=no
      4 RefuseManualStop=yes
      5 
      6 [Service]
      7 Type=oneshot
      8 ExecStart=/home/dwrz/.local/bin/sync-email
      9 
     10 [Install]
     11 WantedBy=default.target