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]
|
[Unit]
|
||||||
Description=MacroBoard listener that handles incoming events and executes macros
|
Description=MacroBoard listener that handles incoming events and executes macros
|
||||||
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/macroboard_service
|
ExecStart=/usr/bin/macroboard_service
|
||||||
Restart=always
|
Restart=always
|
||||||
TimeoutSec=5
|
TimeoutSec=10
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
RequiredBy=multi-user.target
|
Loading…
Reference in a new issue