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

playSMS deamon file is not beign created #647

Open
rajendrap123 opened this issue Apr 25, 2023 · 3 comments
Open

playSMS deamon file is not beign created #647

rajendrap123 opened this issue Apr 25, 2023 · 3 comments

Comments

@rajendrap123
Copy link

playSMS deamon file is not beign created.

When installing in ubuntu the file is not beign created.

Thanks

@desis123
Copy link

how did you solve that issue , I am having same issue on ubuntu

@rajendrap123
Copy link
Author

its not yet solved, waiting for author to comment on this

@Kisuke-CZE
Copy link

Are you talking about PID file? Not sure how on Ubuntu. But on AlmaLinux8 I've created this to start service:

[Unit]
Description=PlaySMS daemon
Requires=network.target
After=network.target

[Service]
SyslogIdentifier=playsmsd
Type=forking
User=playsms
Group=playsms
ExecStart=/home/playsms/bin/playsmsd /etc/playsmsd.conf start
ExecStop=/home/playsms/bin/playsmsd /etc/playsmsd.conf stop

[Install]
WantedBy=multi-user.target

I do not think that playsmsd creates the PID file...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants