+++ /dev/null
-[Unit]
-Description=Pull website repo
-[Service]
-Type=oneshot
-ExecStart=/bin/sh -c 'cd /var/www && git pull'
 
+++ /dev/null
-[Unit]
-Description=Pull website repo every minute
-
-[Timer]
-OnCalendar=*-*-* *:*:00,15,30,45
-
-[Install]
-WantedBy=timers.target
 
 mkdir /var/public_repos
 chown plom:plom /var/public_repos
 iptables-restore /etc/iptables/rules.v4
-systemctl start pull_website.timer