Geräte-Agent für lokale Scan-Aufträge anlegen
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user