Systemd user service added

This commit is contained in:
Brandon Rozek 2024-01-07 18:48:13 -05:00
parent 81b7b16c3f
commit ee214b7986
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 31 additions and 0 deletions

12
wordguess.service Normal file
View 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