Merge branch 'master' of https://github.com/duysqubix/evennia into duysqubix-master

This commit is contained in:
Griatch 2021-04-06 21:02:36 +02:00
commit d2af04f386

View file

@ -26,6 +26,11 @@ User=your-user
#
ExecStart=/your/path/to/pyenv/bin/python /your/path/to/evennia/bin/unix/evennia ipstart --gamedir /your/path/to/mygame
#
# Service needs to know the path to twistd binary
# Replace /your/path/to/venv/bin with whatever is appropriate
Environment="PATH=/your/path/to/pyenv/bin:$PATH"
# restart on all failures, wait 3 seconds before doing so.
Restart=on-failure
RestartSec=3