wmde-rp/wmde-rp-usersync.service

13 lines
224 B
SYSTEMD

[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