mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
""
This commit is contained in:
@@ -15,8 +15,8 @@ WorkingDirectory=/dir/
|
|||||||
ExecStart=python3 mesh_bot.py
|
ExecStart=python3 mesh_bot.py
|
||||||
ExecStop=
|
ExecStop=
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
Environment=REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
|
Environment="REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt"
|
||||||
Environment=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
Environment="SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
||||||
# Disable Python's buffering of STDOUT and STDERR, so that output from the
|
# Disable Python's buffering of STDOUT and STDERR, so that output from the
|
||||||
# service shows up immediately in systemd's logs
|
# service shows up immediately in systemd's logs
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ WorkingDirectory=/dir/
|
|||||||
ExecStart=python3 modules/web.py
|
ExecStart=python3 modules/web.py
|
||||||
ExecStop=
|
ExecStop=
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
Environment=REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
|
Environment="REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt"
|
||||||
Environment=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
Environment="SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt"
|
||||||
Environment=PYTHONUNBUFFERED=1
|
Environment=PYTHONUNBUFFERED=1
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ WorkingDirectory=/dir/
|
|||||||
ExecStart=python3 pong_bot.py
|
ExecStart=python3 pong_bot.py
|
||||||
ExecStop=
|
ExecStop=
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
Environment=REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
|
Environment="REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt"
|
||||||
Environment=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
Environment="SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
||||||
# Disable Python's buffering of STDOUT and STDERR, so that output from the
|
# Disable Python's buffering of STDOUT and STDERR, so that output from the
|
||||||
# service shows up immediately in systemd's logs
|
# service shows up immediately in systemd's logs
|
||||||
|
|||||||
Reference in New Issue
Block a user