15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
# /lib/systemd/system/tchapbeta.service
|
|
[Unit]
|
|
Description=Tchap Beta
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=chatbeta
|
|
WorkingDirectory=/opt/tchapbeta
|
|
ExecStart=/opt/tchapbeta/.venv/bin/python tchapbeta.py
|
|
Restart=always
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|