monakhos/ansible/templates/systemd/user/popequer_gitwatch@.service

15 lines
249 B
SYSTEMD
Raw Normal View History

[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
ExecStop=/bin/true
Restart=always
RestartSec=30
[Install]
WantedBy=default.target