We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd63de commit 3c7ebeaCopy full SHA for 3c7ebea
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
### Added
10
### Changed
11
+ - Fixed python path in systemd unit file.
12
+
13
### Removed
14
15
## [2.3.1] 2025-07-11
contrib/packaging/templates/ubuntu/debian/err-stackstorm.service
@@ -5,7 +5,7 @@ After=network.target
5
[Service]
6
User=errbot
7
Environment="CONFIGFILE=/opt/errbot/config.py"
-ExecStart=/opt/errbot/bin/python /opt/errbot/bin/errbot --config $CONFIGFILE
+ExecStart=/opt/errbot/venv/bin/python /opt/errbot/venv/bin/errbot --config $CONFIGFILE
ExecStop=/bin/kill -SIGINT $MAINPID
Restart=on-failure
0 commit comments