This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-04-15 19:04:21 +02:00

16 lines
292 B
Desktop File

[Unit]
Description=nymea frontend app
Documentation=https://github.com/guh/mea
After=network.target
Wants=network-online.target
[Service]
ExecStart=/usr/bin/mea -platform webgl
StandardOutput=journal
StandardError=journal
Restart=on-failure
Type=simple
[Install]
WantedBy=multi-user.target