torch-agent/torch-agent-0.0.1/debian/.debhelper/generated/torch-agent/prerm.service

6 lines
216 B
INI
Raw Normal View History

2020-10-07 10:13:36 +00:00
# Automatically added by dh_installsystemd/12.10ubuntu1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'torch-agent.service' >/dev/null || true
fi
# End automatically added section