fix(ppq): ppq service
This commit is contained in:
parent
0983d7c03d
commit
c3aca0eaeb
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/sh
|
#!/usr/bin/sh
|
||||||
|
|
||||||
/usr/bin/gitwatch -r -R origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1
|
/usr/bin/gitwatch -r origin -R -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1
|
||||||
|
|
|
@ -4,7 +4,7 @@ Description=Sync popequer notebook with git
|
||||||
[Service]
|
[Service]
|
||||||
# the buffer period in seconds 5min = 300s
|
# the buffer period in seconds 5min = 300s
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart={{ home }}/.local/bin/gitwatch /%i
|
ExecStart={{ home }}/.local/bin/ppq_gitwatch %i
|
||||||
ExecStop=/bin/true
|
ExecStop=/bin/true
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
|
Loading…
Reference in a new issue