relay.service (163B)
1 [Unit] 2 Description=xfnw channel relay bot 3 4 [Service] 5 ExecStart=/bin/sh -c 'cd /home/xfnw/relay/; PYTHONUNBUFFERED=1 ./bot.py' 6 7 [Install] 8 WantedBy=default.target 9 10