Skip to content

Commit 3c7ebea

Browse files
committed
Fixed python path in unit file
1 parent bdd63de commit 3c7ebea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010
### Changed
11+
- Fixed python path in systemd unit file.
12+
1113
### Removed
1214

1315
## [2.3.1] 2025-07-11

contrib/packaging/templates/ubuntu/debian/err-stackstorm.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network.target
55
[Service]
66
User=errbot
77
Environment="CONFIGFILE=/opt/errbot/config.py"
8-
ExecStart=/opt/errbot/bin/python /opt/errbot/bin/errbot --config $CONFIGFILE
8+
ExecStart=/opt/errbot/venv/bin/python /opt/errbot/venv/bin/errbot --config $CONFIGFILE
99
ExecStop=/bin/kill -SIGINT $MAINPID
1010
Restart=on-failure
1111

0 commit comments

Comments
 (0)