2017-07-04 15:22:20 +02:00
|
|
|
[Unit]
|
|
|
|
Description=nxy python irc bot
|
2017-07-31 15:29:59 +02:00
|
|
|
After=network.target
|
2017-07-04 15:22:20 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2017-07-31 15:29:59 +02:00
|
|
|
Restart=always
|
|
|
|
Environment=PYTHONPATH=%h/nxy
|
2017-08-22 21:45:26 +02:00
|
|
|
Environment=CFG_FILE=config.json
|
|
|
|
Environment=ENV_FILE=.env
|
2017-08-21 18:17:13 +02:00
|
|
|
WorkingDirectory=/home/nxy
|
2017-08-22 21:45:26 +02:00
|
|
|
ExecStart=/home/nxy/env/bin/python -m bot $CFG_FILE $ENV_FILE
|
2017-07-04 15:22:20 +02:00
|
|
|
|
|
|
|
[Install]
|
2017-07-31 15:29:59 +02:00
|
|
|
WantedBy=default.target
|