We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f8ef4 commit 6fd8210Copy full SHA for 6fd8210
1 file changed
pydeckard.service
@@ -0,0 +1,11 @@
1
+[Unit]
2
+Description=PyDeckard
3
+
4
+[Service]
5
+Restart=always
6
+WorkingDirectory=/home/jileon/pydeckard/
7
+ExecStart=/home/jileon/.pyenv/versions/3.12.4/envs/pydeckard/bin/python bot.py
8
9
+[Install]
10
+WantedBy=multi-user.target
11
+Alias=PyDeckard.service
0 commit comments