You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #43 on December 05, 2021 18:16.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Running this on Rocky Linux 8.5 but the service file isn't working. It works fine if I manually run it as a background task though.
This is what I have. I suspect it has something to do with the fact that sms-over-xmpp produces output to the console
[Unit]
Description=sms-over-xmpp
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/etc/prosody
ExecStart=/etc/prosody/start-sms-over-xmpp.sh
[Install]
WantedBy=multi-user.target
I'm not an expert in systemd. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions