14 lines
286 B
Desktop File
14 lines
286 B
Desktop File
[Unit]
|
|
Description=ntopng Service
|
|
Requires=redis.service
|
|
After=syslog.target network.target redis.service
|
|
|
|
[Service]
|
|
TimeoutStopSec=10s
|
|
EnvironmentFile=/etc/default/ntopng
|
|
WorkingDirectory=/usr/share/ntopng
|
|
ExecStart=/usr/local/bin/ntopng $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|