diff options
| author | spv <spv@spv.sh> | 2025-12-03 15:10:12 -0500 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-12-03 15:10:12 -0500 |
| commit | b0fbe74d91a53a7453c9dced6f75fa4cb78a6688 (patch) | |
| tree | 67969c938065621ac9a89555ebab25b5e1318315 /res | |
| parent | 54b82dcc5990225575fd822cced0ab4bff0bed46 (diff) | |
now with c!
Diffstat (limited to 'res')
| -rw-r--r-- | res/dockd.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/dockd.service b/res/dockd.service new file mode 100644 index 0000000..0e09403 --- /dev/null +++ b/res/dockd.service @@ -0,0 +1,7 @@ +[Unit] +Description=mein klein dockd + +[Service] +Type=exec +ExecStart=/usr/bin/bash -c '$HOME/.local/bin/dockd 2>&1 > /tmp/dockdlog' +Restart=always |
