Handle systemd service file changes / reloads correctly
Open
bug
coreos
- Dominant language
- Python
- Stars
- 718
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
At the moment if you change a .service file and try and restart the service you'll receive a warning like -
```
Warning: marathon.service changed on disk. Run 'systemctl daemon-reload' to reload units.
```
Running `systemctl daemon-reload` and then `systemctl restart marathon` fixes that - we just need to build that into the ansible playbooks
Contributor guide
Assessment
This issue has not been assessed yet.