10 lines
193 B
SYSTEMD
10 lines
193 B
SYSTEMD
|
[Unit]
|
||
|
Description=Greenhouse service
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
ExecStart=/usr/bin/python3 -m greenhouse
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|