Skip to content
Snippets Groups Projects
Commit f8453c10 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

service unit

parent fddd9db8
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=The repl_graph daemon.
After=network.target
# systemctl link $PWD/repl_graph.service
# systemctl enable repl_graph.service
# systemctl start repl_graph.service
# systemctl status repl_graph.service
[Service]
User=nobody
Type=simple
StandardOutput=null
StandardError=null
Restart=no
WorkingDirectory=/usr/local/share/az
ExecStart=/bin/bash -l -c 'source bin/activate;./server'
[Install]
WantedBy=multi-user.target
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