13 lines
263 B
Desktop File
13 lines
263 B
Desktop File
[Unit]
|
|
Description=Klafyvel telegram bots.
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=klafyvel
|
|
Restart=always
|
|
Type=simple
|
|
WorkingDirectory=/usr/local/klafytg
|
|
ExecStart=/usr/local/bin/pipenv run python -m /usr/local/klafytg/klafytg
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|