klafytg/klafytg.service

14 lines
263 B
SYSTEMD
Raw Normal View History

2020-02-11 17:07:24 +00:00
[Unit]
2020-04-11 18:59:07 +00:00
Description=Klafyvel telegram bots.
After=network.target
2020-02-11 17:07:24 +00:00
[Service]
2020-04-11 18:59:07 +00:00
User=klafyvel
Restart=always
2020-02-11 17:07:24 +00:00
Type=simple
2020-04-11 18:59:07 +00:00
WorkingDirectory=/usr/local/klafytg
ExecStart=/usr/local/bin/pipenv run python -m /usr/local/klafytg/klafytg
2020-02-11 17:07:24 +00:00
[Install]
WantedBy=multi-user.target