mirror of
https://github.com/brandon-rozek/wordguess
synced 2025-10-05 22:01:14 +00:00
Systemd user service added
This commit is contained in:
parent
81b7b16c3f
commit
ee214b7986
2 changed files with 31 additions and 0 deletions
12
wordguess.service
Normal file
12
wordguess.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=WordGuess server
|
||||
Requires=
|
||||
After=
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=%h/WordGuess/
|
||||
ExecStart=/usr/bin/python server.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue