first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

13
etc_org/init.d/whoopsie Executable file
View File

@@ -0,0 +1,13 @@
#!/lib/init/init-d-script
### BEGIN INIT INFO
# Provides: whoopsie
# Required-Start: $network $syslog $remote_fs
# Required-Stop: $network $syslog $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 1
# Short-Description: crash report submission daemon
# Description: Debian init script to start the crash report
# submission daemon
### END INIT INFO
DAEMON=/bin/sh -c 'export CRASH_DB_URL=https://daisy.ubuntu.com; exec whoopsie -f'