2022-07-19 07:40:23 +00:00
|
|
|
[Unit]
|
|
|
|
Description=MacroBoard listener that handles incoming events and executes macros
|
2022-07-27 07:49:57 +00:00
|
|
|
After=multi-user.target
|
2022-07-19 07:40:23 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/macroboard_service
|
2022-07-21 07:19:47 +00:00
|
|
|
Restart=always
|
2022-07-27 07:49:57 +00:00
|
|
|
TimeoutSec=10
|
2022-07-19 07:40:23 +00:00
|
|
|
|
|
|
|
[Install]
|
2022-07-27 07:49:57 +00:00
|
|
|
RequiredBy=multi-user.target
|