Skip to content

Commit

Permalink
Don't require gstd-check-user-xenv.sh for systemd service
Browse files Browse the repository at this point in the history
The gstd-check-user-xenv.sh script does not appear to be required
for running the gstd service so we shouldn't require it for the
service to start.

Note that the non-systemd init script already does not require this.

Signed-off-by: James Hilliard <[email protected]>
  • Loading branch information
jameshilliard committed Jun 16, 2022
1 parent 1d67c5d commit 41c1183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/gstd.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ StartLimitIntervalSec=30
[Service]
Restart=on-failure
RestartSec=5s
ExecStartPre=@GSTD_SYSTEMD_DIR@/gstd-check-user-xenv.sh
ExecStartPre=-@GSTD_SYSTEMD_DIR@/gstd-check-user-xenv.sh
ExecStart=@prefix@/bin/gstd

[Install]
Expand Down

0 comments on commit 41c1183

Please sign in to comment.