Skip to content

Commit

Permalink
add Type=notify to the generated systemd service
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed May 28, 2024
1 parent 29ead59 commit 2ed0f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SetupWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public function generateSystemdService(bool $selfSigned): string {
Environment=PORT=7867
Environment=NEXTCLOUD_URL=$ncUrl
{$selfSigned}ExecStart=$path $config
Type=notify
User=$user
[Install]
Expand Down

0 comments on commit 2ed0f7d

Please sign in to comment.