Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
fda43d1e9e |
12
dist/systemd/hl2dm.service
vendored
Normal file
12
dist/systemd/hl2dm.service
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Half-Life 2 Deathmatch Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/hl2dm/Steam/hl2dm/srcds_run -game hl2mp +sv_password bruh +mp_teamplay 1 +maxplayers 8 +map dm_runoff
|
||||
WorkingDirectory=/opt/hl2dm/Steam/hl2dm
|
||||
Restart=on-failure
|
||||
User=hl2dm
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user