diff options
| author | Mica White <botahamec@outlook.com> | 2026-04-13 11:27:31 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-04-13 11:27:31 -0400 |
| commit | 1495c12ceca5194757765d4dd95889f2d4ab4fcd (patch) | |
| tree | 1965d89be10a699911ad168ac10c035cc79982b8 /scripts/git-autosave.service | |
| parent | 8474b06f8fc840b3bb258b799a5f54e81a106ae5 (diff) | |
Add a runit service
Diffstat (limited to 'scripts/git-autosave.service')
| -rw-r--r-- | scripts/git-autosave.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/git-autosave.service b/scripts/git-autosave.service new file mode 100644 index 0000000..926859f --- /dev/null +++ b/scripts/git-autosave.service @@ -0,0 +1,13 @@ +[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 |
