Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
azilber committed Dec 14, 2019
1 parent 76bb31d commit 501d6b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 609 deletions.
29 changes: 0 additions & 29 deletions devuan/2.1/x86_64/config/os/default/post-install
Original file line number Diff line number Diff line change
Expand Up @@ -229,35 +229,6 @@ fi

apt-key update > /dev/null 2>&1

# Create vzfifo service
cat >> etc/init.d/vzfifo.sh << EOL
#!/bin/sh
# Generated by sysd2v v0.3 -- http://www.trek.eu.org/devel/sysd2v
# kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides: vzfifo
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Should-Start: $all quotaon
# Should-Stop: $all quotaon
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Tell that Container is started
### END INIT INFO
DESC=\"vzfifo\"
DAEMON=/bin/touch
DAEMON_ARGS=\"/.vzfifo\"
STOP_ARGS=\"--retry=TERM/0/KILL/5\"
EOL

# Enable services
for service in vzfifo; do
update-rc.d $service enable > /dev/null 2>&1
done

rm -f etc/udev/disabled

cd $MYDIR > /dev/null
Loading

0 comments on commit 501d6b0

Please sign in to comment.