
add systemd support

Compare changes
Files
3
data/CMakeLists.txt
0 → 100644
+ 5
− 0
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
@pperonna this will be integrated in puppet, services will be easier to handle with systemctl
.
journalctl
will also work and display a 1 month rolling buffer (default for systemd), it should bring some handy commands such as :
journalctl -u daqmanager --since='1 day ago'
systemctl restart daqmanager
I'm wondering if we should add this in crontab
to receive mails on warning (setting MAILTO to ntof-experts maybe), not sure yet will talk about this with @rcevenin :
0 0 * * * root journalctl --priority=warning --quiet -u daqmanager --since='1 day ago'