Remove unnecessary daemon-reload from README based on PR feedback

This commit is contained in:
Arunavo Ray
2025-05-21 14:06:41 +05:30
parent 8a35c0368f
commit f6b51414a0

View File

@@ -97,8 +97,10 @@ If you prefer to set up manually or the automatic script doesn't work for your e
[Install]
WantedBy=multi-user.target
```
systemctl daemon-reload
6. Enable and start the service:
```bash
systemctl enable gitea-mirror.service
systemctl start gitea-mirror.service
```