mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Merge pull request #1513 from rootzoll/fix-faraday-systemd-unit
Update bonus.faraday.sh
This commit is contained in:
commit
3d5547dff0
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ StandardError=journal
|
|||
WantedBy=multi-user.target
|
||||
EOF
|
||||
|
||||
sudo mv /mnt/hdd/temp/faraday.service /etc/systemd/system/faraday.service
|
||||
sudo chown root:root /etc/systemd/system/faraday.service
|
||||
sudo install -m 0644 -o root -g root -t /etc/systemd/system /mnt/hdd/temp/faraday.service
|
||||
sudo rm -rf /mnt/hdd/temp/faraday.service
|
||||
sudo systemctl enable faraday
|
||||
if [ "${state}" == "ready" ]; then
|
||||
sudo systemctl start faraday
|
||||
|
|
Loading…
Add table
Reference in a new issue