OneCompiler

Error while restarting systemctl service

$ sudo systemctl restart server.service
Warning: The unit file, source configuration file or drop-ins of server.service changed on disk. Run 'systemctl daemon-reload' to reload units.

1 Answer

6 years ago by

Looks like you recently changes the content of your service file, so do a reload

sudo systemctl daemon-reload
6 years ago by Karthik Divi