Created
May 9, 2026 17:26
-
-
Save joseph0x45/ac5d4921712e191c4fc3cde76c31cd7f to your computer and use it in GitHub Desktop.
Service file template
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=test | |
| After=network.target | |
| Wants=network.target | |
| [Service] | |
| Type=simple | |
| User=joseph | |
| ExecStart=/usr/local/bin/gosvelte | |
| Restart=on-failure | |
| RestartSec=5 | |
| NoNewPrivileges=true | |
| StandardOutput=journal | |
| StandardError=journal | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment