Admin
dashboard
file manager
command
php exec
/
/
etc
/
X11
/
xinit
/
xinitrc.d
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
50-systemd-user.sh
file
542 B
0755
2024-12-10 19:23:45
edit
delete
rename
editing: 50-systemd-user.sh
#!/usr/bin/sh # SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. systemctl --user import-environment DISPLAY XAUTHORITY if command -v dbus-update-activation-environment >/dev/null 2>&1; then dbus-update-activation-environment DISPLAY XAUTHORITY fi
save
cancel