mirror of
https://github.com/brandon-rozek/wordguess
synced 2024-11-14 20:37:32 -05:00
12 lines
No EOL
180 B
Desktop File
12 lines
No EOL
180 B
Desktop File
[Unit]
|
|
Description=WordGuess server
|
|
Requires=
|
|
After=
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=%h/WordGuess/
|
|
ExecStart=/usr/bin/python server.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |