What's new

How do you stop/start/restart daemons/services on AsusWRT-Merlin?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

domic

Regular Contributor
Are there straightforward commands like 'service' or 'systemctl' transmission-daemon (example) stop|start etc?
Or do you use something like cockpit to manage services like that?
 
Are there straightforward commands like 'service' or 'systemctl' transmission-daemon (example) stop|start etc?
Or do you use something like cockpit to manage services like that?
scMerlin addon does most of that.
 
Use the service command. But remember, this is not the same as the command you might find in a Linux distro. The syntax is roughly as follows (stop/start/restart _ name), but there is no documentation for which services are supported, or even what their names are. For that you need to search the forum for examples or look at the source code.
Code:
admin@RT-AX86U:/# service restart_dnsmasq

Done.
Note that there is no syntax checking, so entering an invalid command will give no indication that it's failed.
Code:
admin@RT-AX86U:/# service restart_bollocks

Done.
 
Okay, I'm trying scMerlin for now, otherwise rebooting the router is the last resort albeit tedious haha.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top