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

  1. Download myservice.service by clicking on the blue download button
  2. sudo cp myservice.service /etc/systemd/system
  3. sudo systemctl enable myservice.service (auto-start on boot)
  4. 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!