first commit
This commit is contained in:
18
etc_org/init/whoopsie.conf
Normal file
18
etc_org/init/whoopsie.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
# whoopsie - crash report submission daemon
|
||||
|
||||
description "crash report submission daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
env CRASH_DB_URL=https://daisy.ubuntu.com
|
||||
respawn
|
||||
respawn limit 10 5
|
||||
|
||||
pre-start script
|
||||
|
||||
# Wait for network-manager if and only if it's installed.
|
||||
status network-manager >/dev/null 2>&1 && start wait-for-state WAITER=whoopsie WAIT_FOR=network-manager WAIT_STATE=running || :
|
||||
end script
|
||||
|
||||
exec whoopsie -f
|
||||
Reference in New Issue
Block a user