Untitled
[Unit] Description=My Example Service After=network.target [Service] ExecStart=/path/to/myservice.sh Restart=always User=your_username [Install] WantedBy=default.target
Leave a Comment
[Unit] Description=My Example Service After=network.target [Service] ExecStart=/path/to/myservice.sh Restart=always User=your_username [Install] WantedBy=default.target