Skip to content
Snippets Groups Projects
Unverified Commit 6767b10d authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

add systemd service

parent 3aa0c356
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Ephemeral, An Ephemeral file hosting server
Documentation=https://git.volkor.me/Volkor/Ephemeral
After=network.target
[Service]
Type=simple
Restart=on-failure
WorkingDirectory=/opt/ephemeral/
ExecStart=/opt/ephemeral/target/release/ephemeral
[Install]
WantedBy=multi-user.target
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment