10 lines
185 B
Desktop File
10 lines
185 B
Desktop File
[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 |