mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-22 22:26:54 +00:00
13 lines
282 B
Desktop File
13 lines
282 B
Desktop File
[Unit]
|
|
Description=ntopng Service
|
|
Requires=redis.service
|
|
After=syslog.target network.target redis.service
|
|
|
|
[Service]
|
|
TimeoutStopSec=10s
|
|
EnvironmentFile=/etc/sysconfig/ntopng
|
|
WorkingDirectory=/usr/share/ntopng
|
|
ExecStart=/usr/bin/ntopng $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|