otrs system user

Moderator: crythias

Locked
principiante
Znuny newbie
Posts: 12
Joined: 25 Jun 2019, 12:07
Znuny Version: 6.0.6

otrs system user

Post by principiante »

Hi
I need to execute:
su -c "bin/otrs.Daemon.pl stop" -s /bin/bash otrs
to restart the Daemon.pl


But it asks for the password of the user otrs of the system and I do not know what is, I think it does not have:
otrs:!!:17601:0:99999:7:::

Do I have to change it to execute this reset? Will this change in password affect the application?
Its not database or application user.
Thank you.
kropek
Znuny newbie
Posts: 14
Joined: 11 Jul 2019, 10:39
Znuny Version: 6.0.22
Real Name: Filip
Company: Best-IT

Re: otrs system user

Post by kropek »

You need to first change user to otrs using sudo and su
type:

Code: Select all

sudo su otrs
type sudo password and then paste your command
:)
principiante
Znuny newbie
Posts: 12
Joined: 25 Jun 2019, 12:07
Znuny Version: 6.0.6

Re: otrs system user

Post by principiante »

I´ll try it.
Thank´s!!
Locked