D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
lxd-agent-loader.prerm
back
Copy
#!/bin/sh set -e # Automatically added by dh_installsystemd/12.10ubuntu1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'lxd-agent-9p.service' 'lxd-agent.service' >/dev/null || true fi # End automatically added section