mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-26 01:45:43 +00:00
chore: fix installer for Linux
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ create_systemd_service() {
|
||||
|
||||
echo "Creating systemd service at /etc/systemd/system/backrest.service"
|
||||
|
||||
sudo cat > /etc/systemd/system/backrest.service <<- EOM
|
||||
sudo tee /etc/systemd/system/backrest.service > /dev/null <<- EOM
|
||||
[Unit]
|
||||
Description=Backrest Service
|
||||
After=network.target
|
||||
|
||||
Reference in New Issue
Block a user