10 lines
185 B
SYSTEMD
10 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ouverture automatique du local via mqtt
|
||
|
Require=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/mqtt-lol-opener/lol-opener.sh
|
||
|
Type=exec
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|