Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837101 - [GURU] sys-cluster/pcs-0.11.2 install bad systemd units
Summary: [GURU] sys-cluster/pcs-0.11.2 install bad systemd units
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-07 15:58 UTC by Alessandro Barbieri
Modified: 2022-04-07 15:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2022-04-07 15:58:53 UTC
the installed units contains @CONF_DIR@ @SBINDIR@ @SYSTEMD_GEM_HOME@ @LIB_DIR@

### /lib/systemd/system/pcs.service
# [Unit]
# Description=PCS GUI and remote configuration interface
# Documentation=man:pcsd(8)
# Documentation=man:pcs(8)
# Requires=network-online.target
# After=network-online.target
# Requires=pcsd-ruby.service
# After=pcsd-ruby.service
#
# [Service]
# EnvironmentFile=@CONF_DIR@/pcsd
# ExecStart=@SBINDIR@/pcsd
# Type=notify
#
# [Install]
# WantedBy=multi-user.target

### /lib/systemd/system/pcsd.service
# [Unit]
# Description=PCS GUI and remote configuration interface (Ruby)
# Documentation=man:pcsd(8)
# Documentation=man:pcs(8)
# Requires=network-online.target
# After=network-online.target
# # Stop the service automatically if nothing that depends on it is running
# StopWhenUnneeded=true
# # When stopping or restarting pcsd, stop or restart pcsd-ruby as well
# PartOf=pcsd.service
#
# [Service]
# EnvironmentFile=@CONF_DIR@/pcsd
# @SYSTEMD_GEM_HOME@
# # This file holds the selinux context
# ExecStart=@LIB_DIR@/pcsd/pcsd
# Type=notify
#
# [Install]
# WantedBy=multi-user.target