unreal_tournament_2004_linux_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| unreal_tournament_2004_linux_server [2019/06/09 19:34] – josh | unreal_tournament_2004_linux_server [2019/06/09 19:46] (current) – add systemd service josh | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| And copy in all custom maps, static meshes, textures, etc... to ''/ | And copy in all custom maps, static meshes, textures, etc... to ''/ | ||
| + | |||
| + | Add ''/ | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| + | |||
| + | cd $HOME/ | ||
| + | while [ true ]; do | ||
| + | ./ | ||
| + | done | ||
| + | </ | ||
| + | |||
| + | Add ''/ | ||
| + | |||
| + | < | ||
| + | [Unit] | ||
| + | Description=Unreal Tournament 2004 Server | ||
| + | |||
| + | [Service] | ||
| + | User=ut2004 | ||
| + | Group=ut2004 | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||
unreal_tournament_2004_linux_server.1560123263.txt.gz · Last modified: by josh
