You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

462 B

[Unit] Description=Bot Matrix Asmodee After=syslog.target

[Service] Type=simple User=nemesis Group=users Environment=PYTHONUNBUFFERED=1 Environment=HOME=/home/nemesis WorkingDirectory=/home/nemesis/work/matrix_python ExecStart=/usr/bin/python3 -u /home/nemesis/work/matrix_python/asmodee.py ExecStop=/bin/kill -9 $MAINPID Restart=on-failure RestartSec=30 SyslogIdentifier=asmodee StandardOutput=syslog StandardError=syslog

[Install] WantedBy=multi-user.target