Change service filee
This commit is contained in:
parent
ea87ef82a7
commit
6508fad2df
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
[Unit]
|
||||
Description=MacroBoard listener that handles incoming events and executes macros
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/macroboard_service
|
||||
Restart=always
|
||||
TimeoutSec=5
|
||||
TimeoutSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
RequiredBy=multi-user.target
|
Loading…
Reference in a new issue