For people from Google:
- Validate with
sudo systemd-analyze verify NAME.service
- When using a symlink, make sure it uses absolute path
- Make sure the name is like
/etc/systemd/system/*.service
- Do
sudo systemctl daemon-reload
after changes
For people from Google:
sudo systemd-analyze verify NAME.service
/etc/systemd/system/*.service
sudo systemctl daemon-reload
after changes