@@ -0,0 +1,8 @@
+[Unit]
+Description=Check for new mail
+RefuseManualStart=no
+RefuseManualStop=yes
+
+[Service]
+Type=oneshot
+ExecStart=/home/powellc/var/documents/scripts/checkmail.sh
@@ -0,0 +1,13 @@
+Description=Check mail every fifteen minutes
+RefuseManualStop=no
+[Timer]
+Persistent=false
+OnBootSec=5min
+OnUnitActiveSec=15min
+Unite=checkmail.service
+[Install]
+WantedBy=default.target