cassidoxa/murahdahla

Add Synack's systemd example

Closed this issue · 1 comments

Leaving this here for now

[Unit]
Description=murahdahla Service
After=multi-user.target

[Service]
User=murahdahla
Group=murahdahla
Type=idle
WorkingDirectory=/opt/murahdahla
ExecStart=/opt/murahdahla/target/release/murahdahla

Restart=always
RestartSec=3


[Install]
WantedBy=multi-user.target

Added in 0.3.0