What's new

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

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

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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