This website requires JavaScript.
Explore
Help
Sign In
perso
/
syncthing-arm
Watch
1
Star
0
Fork
0
You've already forked syncthing-arm
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
d0a1c805e924be5cb2f2077f7af0f73491017c8a
syncthing-arm
/
debtpl
/
syncthing
/
postinst
T
7 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Add postinst script to restart after upgrade
2016-01-19 09:54:47 -08:00
#!/bin/bash
set
-euo pipefail
if
[
[
${
1
:-
}
=
=
configure
]
]
;
then
Correct order of pkill(1) arguments in debian script (
fixes
#2728
)
2016-01-24 13:10:30 +01:00
pkill -HUP -x syncthing
||
true
Add postinst script to restart after upgrade
2016-01-19 09:54:47 -08:00
fi
Reference in New Issue
Copy Permalink