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

14 lines
246 B
Desktop File

[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