17 lines
289 B
Desktop File
17 lines
289 B
Desktop File
[Unit]
|
|
Description=Staging bot for project git PRs in OBS
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/obs-staging-bot
|
|
EnvironmentFile=-/etc/default/obs-staging-bot.env
|
|
DynamicUser=yes
|
|
NoNewPrivileges=yes
|
|
ProtectSystem=strict
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|