Files
mars-nwe/opt/mars-nwe-serv.service.cmake
2026-04-21 18:00:54 +02:00

15 lines
303 B
CMake

[Unit]
Description=Martin Stover Netware Emulator
After=network.target
[Service]
Type=forking
RuntimeDirectory=mars_nwe
RuntimeDirectoryMode=0755
PIDFile=@MARS_NWE_PID_DIR@/nwserv.pid
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/nwserv
ExecStop=/bin/kill -TERM $MAINPID
[Install]
WantedBy=multi-user.target