This commit is contained in:
maurice
2025-11-22 18:05:44 +01:00
parent d0982a5fdd
commit 52f3d8d17e
4 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
chmod +x /etc/init.d/numberchords-api.service
chmod +x /etc/init.d/numberchords-db.service
chmod +x /etc/init.d/numberchords-identity.service
chmod +x /etc/init.d/numberchords-web.service
rc-update add numberchords-api.service default
rc-update add numberchords-db.service default
rc-update add numberchords-identity.service default
rc-update add numberchords-web.service default