Files
peach-workspace/peach-web/debian/peach-web.service
2022-04-18 16:45:28 -04:00

14 lines
267 B
Desktop File

[Unit]
Description=Rouille web application for serving the PeachCloud web interface.
[Service]
User=peach
Group=peach
WorkingDirectory=/usr/share/peach-web
Environment="RUST_LOG=info"
ExecStart=/usr/bin/peach-web
Restart=always
[Install]
WantedBy=multi-user.target