fix syncthingtray service
This commit is contained in:
parent
7dd71fadb6
commit
52562999d8
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
||||||
|
sv check syncthing >/dev/null || exit 1
|
||||||
|
|
||||||
exec syncthingtray
|
exec syncthingtray
|
||||||
|
|
Loading…
Reference in New Issue