V
V
Vitaly2016-07-27 11:26:18
linux
Vitaly, 2016-07-27 11:26:18

How to find a service in Uduntu?

I have a custom service in my system, I want to edit it a little, but I just can’t find it :( it’s not
in /etc/init.d/ , I can’t find it with find /-name custom_service either :(
But the service works service custom_service status and service custom_service restart/start/stop works too

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
landergate, 2016-07-27
@Scorpiored88

Maybe the script is located in /etc/init/ (not just init.d)?

R
Roman, 2016-07-27
@rnqlover

Try ps -aux | grep custom_service. And in Linux "services" are called "daemons" ;)

M
Maxim Moseychuk, 2016-07-27
@fshp

/lib/systemd
/usr/lib/systemd

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question