Skip to content

Commit

Permalink
updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 3, 2015
1 parent 379d88f commit b93513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ After=network.target
[Service]
Type=forking
PIDFile=/var/run/ajenti.pid
ExecStart=$(which ajenti-panel) -d
ExecStart=$(which python) $(which ajenti-panel) -d
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit b93513b

Please sign in to comment.