Accepting request 844364 from home:Guillaume_G

parsec service

OBS-URL: https://build.opensuse.org/request/show/844364
OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=1
This commit is contained in:
2020-11-03 08:16:41 +00:00
committed by Git OBS Bridge
commit e83954ae8f
13 changed files with 238 additions and 0 deletions

15
parsec.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=Parsec Service
Documentation=https://parallaxsecond.github.io/parsec-book/parsec_service/install_parsec_linux.html
[Service]
Type=notify
KillMode=process
Restart=on-failure
WorkingDirectory=/var/lib/parsec
ExecStart=/usr/libexec/parsec -c /etc/parsec/config.toml
User=parsec
Group=parsec
[Install]
WantedBy=default.target