Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
observe-agent / .pre-deinstall
Size: Mime:
#!/bin/sh

if command -v systemctl >/dev/null 2>&1; then
    systemctl stop observe-agent.service
    systemctl disable observe-agent.service
fi