Last active
April 23, 2025 09:17
-
-
Save seungjin/37c0e64c6c41d61b4a6c2ad4f31afa31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Ferron web server | |
After=network.target | |
[Service] | |
Type=simple | |
User=ferron | |
ExecStart=/usr/local/bin/ferron -c /etc/ferron.yaml | |
ExecReload=kill -HUP $MAINPID | |
Restart=on-failure | |
AmbientCapabilities=CAP_NET_BIND_SERVICE | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run Ferron by user/group ferron/ferron