20250129.1738175405
This commit is contained in:
parent
0e436455c4
commit
c8974711bf
5 changed files with 8 additions and 3 deletions
|
@ -2,8 +2,12 @@
|
|||
Description=index promnesia
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/fz0x1/.local/share/pipx/venvs/promnesia/bin/promnesia index
|
||||
; ExecStart=/home/fz0x1/.local/share/pipx/venvs/promnesia/bin/promnesia index
|
||||
ExecStart=/bin/zsh -c '. /home/fz0x1/.zshrc && /home/fz0x1/.local/share/pipx/venvs/promnesia/bin/promnesia index'
|
||||
StandardOutput=append:/tmp/promnesia-index.log
|
||||
StandardError=append:/tmp/promnesia-index.err
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue