[Unit] Description=Sync popequer notebook with git [Service] # the buffer period in seconds 5min = 300s Type=simple ExecStart={{ home }}/.local/bin/gitwatch /%i ExecStop=/bin/true Restart=always RestartSec=30 [Install] WantedBy=default.target