summaryrefslogtreecommitdiff
path: root/git-autosave.service
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-04-13 11:27:31 -0400
committerMica White <botahamec@outlook.com>2026-04-13 11:27:31 -0400
commit1495c12ceca5194757765d4dd95889f2d4ab4fcd (patch)
tree1965d89be10a699911ad168ac10c035cc79982b8 /git-autosave.service
parent8474b06f8fc840b3bb258b799a5f54e81a106ae5 (diff)
Add a runit service
Diffstat (limited to 'git-autosave.service')
-rw-r--r--git-autosave.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/git-autosave.service b/git-autosave.service
deleted file mode 100644
index 926859f..0000000
--- a/git-autosave.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=git-autosave
-After=network.target
-
-[Service]
-Type=exec
-SyslogIdentifier=git-autosave
-Restart=always
-
-ExecStart=/usr/bin/git autosave-daemon
-
-[Install]
-WantedBy=default.target