mirror of https://github.com/nymea/nymea.git
18 lines
346 B
INI
18 lines
346 B
INI
[Unit]
|
|
Description=nymead - IoT server
|
|
Documentation=https://wiki.nymea.io
|
|
Requires=dbus.socket
|
|
After=network.target dbus.socket
|
|
Wants=network-online.target influxdb.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/nymead -n
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Restart=on-failure
|
|
Type=simple
|
|
TimeoutStopSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|