2022-07-19 07:40:23 +00:00
|
|
|
[Unit]
|
|
|
|
Description=MacroBoard listener that handles incoming events and executes macros
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/macroboard_service
|
2022-07-21 07:19:47 +00:00
|
|
|
Restart=always
|
2022-07-25 15:55:13 +00:00
|
|
|
TimeoutSec=5
|
2022-07-19 07:40:23 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|