Skip to content

Commit

Permalink
[dist] added systemd service file for obsdeltastore
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed May 12, 2017
1 parent e923510 commit ddc01d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dist/systemd/obsdeltastore.service
@@ -0,0 +1,12 @@
[Unit]
Description=OBS deltastore daemon
After=network.target

[Service]
EnvironmentFile=/etc/sysconfig/obs-server
ExecStart=/usr/lib/obs/server/bs_deltastore --logfile
ExecStop=/usr/lib/obs/server/bs_deltastore --stop
ExecReload=/usr/lib/obs/server/bs_deltastore --restart

[Install]
WantedBy=multi-user.target

0 comments on commit ddc01d0

Please sign in to comment.