mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
13 lines
337 B
Desktop File
Executable File
13 lines
337 B
Desktop File
Executable File
[Unit]
|
|
Description=NetAlertX - Network, presence scanner and alert framework
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/default/netalertx
|
|
PassEnvironment=INSTALL_SYSTEM_NAME INSTALLER_DIR INSTALL_DIR PHPVERSION VIRTUAL_ENV PATH
|
|
ExecStart=/usr/bin/python3 "${INSTALL_DIR}/server"
|
|
Restart=on-failure
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|