10 lines
146 B
Desktop File
10 lines
146 B
Desktop File
[Unit]
|
|
Description=min
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'cd /home/xfnw/min-irc/; PYTHONUNBUFFERED=1 ./bot.py'
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
|