14 lines
232 B
Desktop File
14 lines
232 B
Desktop File
[Unit]
|
|
Description=NetXMS agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/nxagentd -S
|
|
PIDFile=/var/run/nxagentd.pid
|
|
LimitCORE=infinity
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=nxagentd.service
|