Skip to content

Commit

Permalink
fix: one-line ExecStart so we can run sed on it later
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sausages committed Aug 22, 2021
1 parent de05d97 commit c24d268
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install/lazylibrarian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ After=network.target
User=$user
Group=$user
Type=simple
ExecStart=$venv_dir/bin/python \
$app_dir/LazyLibrarian.py \
--datadir $data_dir
ExecStart=$venv_dir/bin/python $app_dir/LazyLibrarian.py --datadir $data_dir
Restart=on-failure
[Install]
Expand Down

0 comments on commit c24d268

Please sign in to comment.