diff options
| author | Mica White <botahamec@outlook.com> | 2026-03-29 15:48:31 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-03-29 15:48:31 -0400 |
| commit | 9a3fa573f2f471218247476d3b3ad5fde08df29d (patch) | |
| tree | 4be264e3d6137d69043cf111a945cd10a8f7897c /git-autosave.service | |
| parent | 604d3be6dc04892cdef71935d1117855c1cc7bb4 (diff) | |
Autosave daemon
Diffstat (limited to 'git-autosave.service')
| -rw-r--r-- | git-autosave.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/git-autosave.service b/git-autosave.service new file mode 100644 index 0000000..1db88d8 --- /dev/null +++ b/git-autosave.service @@ -0,0 +1,10 @@ +[Unit] +Description=Autosave git repositories +After=network.target + +[Service] +Type=exec +SyslogIdentifier=git-autosave +Restart=always + +ExecStart=/usr/bin/git autosave-daemon |
