You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
359 B
INI
21 lines
359 B
INI
[Unit]
|
|
Description=Kloam Multiplayer Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/jorelli/kloam/server
|
|
ExecStart=/home/jorelli/kloam/server/kloam server
|
|
KillMode=process
|
|
Restart=always
|
|
KillSignal=SIGINT
|
|
KillMode=process
|
|
SendSIGKILL=no
|
|
LimitNOFILE=64000
|
|
User=jorelli
|
|
Group=jorelli
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=kloam
|