first commit
This commit is contained in:
13
etc_org/init.d/whoopsie
Executable file
13
etc_org/init.d/whoopsie
Executable 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'
|
||||
|
||||
Reference in New Issue
Block a user