This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
VictoriaMetrics
Watch
1
Star
0
Fork
You've already forked VictoriaMetrics
0
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2024-11-21 14:44:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bb399518db
VictoriaMetrics
/
package
/
deb
/
postrm
6 lines
64 B
Text
Raw
Normal View
History
Unescape
Escape
deb packaging fixes: 1) stop the service in prerm 2) reload services in postrm (#123)
2019-07-26 09:38:59 +00:00
#!/bin/sh
set -e
# Reload systemd unit
systemctl daemon-reload
Reference in a new issue
Copy permalink