greenhouse/greenhouse.service
2021-03-16 08:13:16 +01:00

10 lines
193 B
Desktop File

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