I have been searching for ways to do this in 16.04, but most instructions that I've found are for 14.04. I don't think it will work, since Ubuntu 16.04 uses systemd
. Can someone please guide me?
Asked
Active
Viewed 5,429 times
0
1 Answers
1
You should be able to use systemctl
to accomplish your needs.
sudo systemctl status apport.service
sudo systemctl stop apport.service
sudo systemctl disable apport.service.
When learning to use systemctl
you can often use tab completion, if you aren't aware of the full service names.

itnet7
- 3,489
-
I didn't notice the possible duplicate comment when posting this, but http://askubuntu.com/a/637769/26160 does really have what dbz2k was looking for. – itnet7 Jun 01 '16 at 17:13
-
ok thanks I don't why didn't see that when I was searching sorry – dbz2k Jun 01 '16 at 17:27