wmde-rp/wmde-rp-usersync.service

13 lines
224 B
SYSTEMD
Raw Normal View History

2025-04-24 19:57:52 +00:00
[Unit]
Description=WMDE RP User Sync
After=default.target
[Service]
ExecStart=/bin/bash -c 'exec /usr/local/bin/wmde/wmde-rp-usersync-ssh.sh'
Restart=always
RestartSec=20
TimeoutStopSec=5
[Install]
WantedBy=default.target