Skip to content

Commit

Permalink
Merge pull request neutrinolabs#3086 from schen0x/devel
Browse files Browse the repository at this point in the history
Fix a systemd dependency ("network-online.target")
  • Loading branch information
matt335672 authored May 23, 2024
2 parents 640411d + 21e11de commit de57116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instfiles/xrdp.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=xrdp daemon
Documentation=man:xrdp(8) man:xrdp.ini(5)
Requires=xrdp-sesman.service
After=network.target xrdp-sesman.service
After=network-online.target xrdp-sesman.service

[Service]
Type=exec
Expand Down

0 comments on commit de57116

Please sign in to comment.