2023-12-20 15:56:22 +01:00
|
|
|
[Unit]
|
|
|
|
Description=A daemon that scans program outputs for repeated patterns, and takes action.
|
|
|
|
Documentation=https://framagit.org/ppom/reaction-wiki
|
|
|
|
|
|
|
|
[Service]
|
2023-12-20 12:00:00 +01:00
|
|
|
ExecStart=/usr/bin/reaction start -c /etc/reaction.jsonnet
|
2023-12-20 15:56:22 +01:00
|
|
|
StateDirectory=reaction
|
|
|
|
RuntimeDirectory=reaction
|
|
|
|
WorkingDirectory=/var/lib/reaction
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|