summaryrefslogtreecommitdiff
path: root/git-autosave.service
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-29 15:48:31 -0400
committerMica White <botahamec@outlook.com>2026-03-29 15:48:31 -0400
commit9a3fa573f2f471218247476d3b3ad5fde08df29d (patch)
tree4be264e3d6137d69043cf111a945cd10a8f7897c /git-autosave.service
parent604d3be6dc04892cdef71935d1117855c1cc7bb4 (diff)
Autosave daemon
Diffstat (limited to 'git-autosave.service')
-rw-r--r--git-autosave.service10
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