2024-05-30 16:28:31 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Sync popequer notebook with git
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
# the buffer period in seconds 5min = 300s
|
|
|
|
Type=simple
|
2024-08-12 13:06:23 +00:00
|
|
|
ExecStart={{ home }}/.local/bin/ppq_gitwatch %i
|
2024-05-30 16:28:31 +00:00
|
|
|
ExecStop=/bin/true
|
|
|
|
Restart=always
|
|
|
|
RestartSec=30
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|