aboutsummaryrefslogtreecommitdiffstats
path: root/binary_size_bot.service
blob: fdb08a8a3bb137092d5d7c868ceaeeb0d666e909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Qt Binary Size Bot
After=network.target

[Service]
SyslogIdentifier=qt-binary-size-bot
WorkingDirectory=/home/qt/qt-binary-size-bot
User=qt
Group=qt
Restart=always
ExecStart=/home/qt/.local/bin/pipenv run python3 main.py --config config.json


[Install]
WantedBy=multi-user.target