diff --git a/auto-updater.service b/auto-updater.service index e7dead9..b916c9d 100644 --- a/auto-updater.service +++ b/auto-updater.service @@ -10,6 +10,7 @@ Group=root WorkingDirectory=/path/to/docker-compose/directory ExecStart=/usr/bin/git pull ExecStart=/usr/bin/docker-compose up -d +Type=oneshot [Install] WantedBy=multi-user.target