[–] majewsky 8y ago ↗ I use XMPP for this purpose: https://github.com/majewsky/xmpp-bridgeService units then look like this: https://github.com/majewsky/system-configuration/blob/master... (the "with-xmpp-bridge" helper script is near the top of the same file)The advantage of XMPP is that it can interactively ask me for confirmation, e.g. when installing upgrades, and that an XMPP server like Prosody is vastly simpler to set up than a mail server.
[–] na85 8y ago ↗ If you're just going to have systemd call a shell script every 15 mins... Why not just run sysvinit?
2 comments
[ 3.2 ms ] story [ 11.7 ms ] threadService units then look like this: https://github.com/majewsky/system-configuration/blob/master... (the "with-xmpp-bridge" helper script is near the top of the same file)
The advantage of XMPP is that it can interactively ask me for confirmation, e.g. when installing upgrades, and that an XMPP server like Prosody is vastly simpler to set up than a mail server.