Modified: .config/systemd/user/telegram-bot-api.service
This commit is contained in:
parent
2e281712c2
commit
c28b521dd4
|
@ -4,9 +4,9 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
EnvironmentFile=$HOME/.config/telegram-bot-api/config.env
|
EnvironmentFile=/home/q/.config/telegram-bot-api/config.env
|
||||||
WorkingDirectory=~
|
WorkingDirectory=~
|
||||||
ExecStart=telegram-bot-api --api-id=${api_id} --api-hash=${api_hash} --local --http-stat-ip-address=${ip} --http-port=${port} --dir=$HOME/.config/telegram-bot-api/
|
ExecStart=/home/q/bin/telegram-bot-api --api-id=${api_id} --api-hash=${api_hash} --local --http-stat-ip-address=${ip} --http-port=${port} --dir=/home/q/.config/telegram-bot-api/
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue