claude AI generated code to auto insert users on the unloze stoat server who joined the stoat instance but did not join the unloze server
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Stoat Member Sync
|
||||
After=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=nonroot
|
||||
ExecStart=/home/nonroot/stoat_insert_members_to_server/sync.sh
|
||||
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Run Stoat Member Sync periodically
|
||||
|
||||
[Timer]
|
||||
OnCalendar=0/3:00:00
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user