Simple online systemd .service generator
This generator allows you to generate a simple systemd service file that is automatically restarted 1 second after it fails.
Service name
Working directory
Command to use
Download systemd service file
How to install
- Download
myservice.service
by clicking on the blue download button sudo cp myservice.service /etc/systemd/system
sudo systemctl enable myservice.service
(auto-start on boot)sudo systemctl start myservice.service
(start right now)
To view the latest logs, use sudo journalctl -xfu myservice.service
To view the current service status, use sudo systemctl status myservice.service
*Data protection notice:*All the data used for generating the service is processed entirely client-side in the browser. The data is not even sent to our server, therefore providing complete privacy for your entries!