Skip to content

Commit

Permalink
Merge pull request #605 from coolcsh/master
Browse files Browse the repository at this point in the history
Update linux.ts
  • Loading branch information
oznu committed Apr 5, 2020
2 parents 89c9998 + bae6f80 commit 3828ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/platforms/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export class LinuxInstaller {
const serviceFile = [
`[Unit]`,
`Description=${this.hbService.serviceName}`,
`Wants=network-online.target`,
`After=syslog.target network-online.target`,
'',
`[Service]`,
Expand Down

0 comments on commit 3828ec5

Please sign in to comment.