summarylogtreecommitdiffstats
path: root/palemachine.service
blob: d3e341905480bb04e3377b8a079e8fe18fe7e5fa (plain)
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