16 lines
342 B
Desktop File
16 lines
342 B
Desktop File
[Unit]
|
|
Description=FEDEO Geräte-Agent
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/fedeo-device-agent/config.env
|
|
WorkingDirectory=/opt/fedeo-device-agent
|
|
ExecStart=/usr/bin/node /opt/fedeo-device-agent/dist/main.js
|
|
Restart=always
|
|
RestartSec=5
|
|
User=fedeo-agent
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|