Files
non-aur-packages/ntopng/ntopng.service
2018-11-14 11:05:14 +01:00

12 lines
223 B
Desktop File

[Unit]
Description=ntopng network traffic monitor
Wants=redis.service
After=redis.service
[Service]
EnvironmentFile=/etc/conf.d/ntopng
ExecStart=/usr/bin/ntopng ${NTOPNG_COMMAND_OPTS}
[Install]
WantedBy=multi-user.target