Skip to content

Commit 6fd8210

Browse files
committed
Add configuration file for systemd
1 parent 37f8ef4 commit 6fd8210

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pydeckard.service

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)