Skip to content

Commit be75726

Browse files
committed
Migrate to linuxmuster's venv.
1 parent 6a743e7 commit be75726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/systemd/system/linuxmuster-api.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=network.target
44

55
[Service]
66
WorkingDirectory=/usr/lib/python3/dist-packages/linuxmusterApi
7-
ExecStart=/usr/lib/python3/dist-packages/linuxmusterApi/main.py
7+
ExecStart=/opt/linuxmuster/bin/python3 /usr/lib/python3/dist-packages/linuxmusterApi/main.py
88

99
[Install]
1010
WantedBy=multi-user.target

0 commit comments

Comments
 (0)