wmde-rp/wmde-rp-start-usersync.sh

12 lines
255 B
Bash
Raw Normal View History

2025-04-24 19:57:52 +00:00
#!/bin/sh
echo "hallo" >> /tmp/tobias
sleep 60
echo "sart hallo" >> /tmp/tobias
systemctl --user daemon-reload
systemctl --user enable wmde-rp-usersync-nfs.service
systemctl --user start wmde-rp-usersync-nfs.service
echo "end hallo" >> /tmp/tobias