Hi, what would a basic service file fo smithy look like?
For example, with runit could it just be to start the server on boot?
#!/bin/sh
exec smithy serve --config config.yml 2>&1
I guess the service would also need to restart when a git repository is pushed to or should that be handled by a git hook instead?
What would be the ideal set up?
Hi, what would a basic service file fo smithy look like?
For example, with runit could it just be to start the server on boot?
I guess the service would also need to restart when a git repository is pushed to or should that be handled by a git hook instead?
What would be the ideal set up?