peach-workspace/peach-web/debian/peach-web.service

14 lines
264 B
Desktop File

[Unit]
Description=Rule 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