This website requires JavaScript.
Explore
Help
Register
Sign In
THENG
/
thingsboard
Watch
6
Star
0
Fork
You've already forked thingsboard
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
thingsboard
/
packaging
/
js
/
scripts
/
control
/
deb
/
prerm
6 lines
96 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
if
[
-e /var/run/
${
pkg
.name
}
/
${
pkg
.name
}
.pid
]
;
then
service
${
pkg
.name
}
stop
fi
Reference in New Issue
View Git Blame
Copy Permalink