mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
We need to setup things in prod slightly differently, using keyctl. Copy in the service and scripts. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
13 lines
213 B
Desktop File
13 lines
213 B
Desktop File
[Unit]
|
|
Description=Robosignatory
|
|
|
|
[Service]
|
|
Type=simple
|
|
User = robosignatory
|
|
Group = robosignatory
|
|
Restart=no
|
|
ExecStart=/usr/bin/keyctl session - /usr/local/bin/sigul-add-key
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|