1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=Palemachine Service After=network.target [Service] Type=simple User=palemachine Group=palemachine # The wrapper script handles changing directory to /opt/palemachine ExecStart=/usr/bin/palemachine Restart=always Environment=RUST_LOG=info [Install] WantedBy=multi-user.target