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 | |
| parent | 8474b06f8fc840b3bb258b799a5f54e81a106ae5 (diff) | |
Add a runit service
| -rw-r--r-- | scripts/git-autosave.service (renamed from git-autosave.service) | 0 | ||||
| -rw-r--r-- | scripts/run | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/git-autosave.service b/scripts/git-autosave.service index 926859f..926859f 100644 --- a/git-autosave.service +++ b/scripts/git-autosave.service diff --git a/scripts/run b/scripts/run new file mode 100644 index 0000000..451af19 --- /dev/null +++ b/scripts/run @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +exec git-autosave-daemon 2>&1 |
