Code: Alles auswählen
systemctl enable
Code: Alles auswählen
service bungee start
Code: Alles auswählen
In der Datei steht Folgendes:
[Unit]
Description=Bungee
After=network.target
[Service]
ExecStart=Ordner1/start.sh
Type=forking
Restart=always
RestartSec=15
WorkingDirectory=ordner
User=root
[Install]
WantedBy=multi-user.target
Code: Alles auswählen
Feb 19 15:23:23 rs-zap434221-1 sshd[749]: Failed password for root from 198.23.228.254 port 60450 ssh2
Feb 19 15:23:24 rs-zap434221-1 sshd[749]: Received disconnect from 198.23.228.254 port 60450:11: Bye Bye [preauth]
Feb 19 15:23:24 rs-zap434221-1 sshd[749]: Disconnected from authenticating user root 198.23.228.254 port 60450 [preauth]
Feb 19 15:23:26 rs-zap434221-1 sshd[771]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=104.131.89.163 user=root
Feb 19 15:23:28 rs-zap434221-1 sshd[771]: Failed password for root from 104.131.89.163 port 58708 ssh2
Feb 19 15:23:29 rs-zap434221-1 sshd[771]: Received disconnect from 104.131.89.163 port 58708:11: Bye Bye [preauth]
Feb 19 15:23:29 rs-zap434221-1 sshd[771]: Disconnected from authenticating user root 104.131.89.163 port 58708 [preauth]
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: bungee.service: Service RestartSec=15s expired, scheduling restart.
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: bungee.service: Scheduled restart job, restart counter is at 16.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Automatic restarting of the unit bungee.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: Stopped Bungee.
-- Subject: A stop job for unit bungee.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A stop job for unit bungee.service has finished.
--
-- The job identifier is 1039 and the job result is done.
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: Starting Bungee...
-- Subject: A start job for unit bungee.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit bungee.service has begun execution.
--
-- The job identifier is 1039.
Feb 19 15:23:31 rs-zap434221-1 systemd[773]: bungee.service: Failed to execute command: Exec format error
Feb 19 15:23:31 rs-zap434221-1 systemd[773]: bungee.service: Failed at step EXEC spawning /home/Haupt/bungee/Bungee/start.sh: Exec format error
-- Subject: Process /home/Haupt/bungee/Bungee/start.sh could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The process /home/Haupt/bungee/Bungee/start.sh could not be executed and failed.
--
-- The error number returned by this process is ERRNO.
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: bungee.service: Control process exited, code=exited, status=203/EXEC
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit bungee.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 203.
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: bungee.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit bungee.service has entered the 'failed' state with result 'exit-code'.
Feb 19 15:23:31 rs-zap434221-1 systemd[1]: Failed to start Bungee.
-- Subject: A start job for unit bungee.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit bungee.service has finished with a failure.