systemd: drop Type=simple to be consistent since default not required.

This commit is contained in:
Jimmy Berry 2018-05-10 20:19:27 -05:00
parent a8b760de4c
commit e3d89e525e
8 changed files with 0 additions and 8 deletions

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: check-source
[Service]
Type=simple
User=osrt-check-source
SyslogIdentifier=osrt-check-source
# TODO Drop group flag once #1181 is resolved.

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: leaper crawler for %i (creates SRs from upstream projects)
[Service]
Type=simple
User=osrt-leaper
ExecStart=/bin/bash "/usr/bin/osrt-leaper-crawler-%i"

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: leaper manager for %i (set source projects)
[Service]
Type=simple
User=osrt-leaper
ExecStart=/usr/bin/osrt-manager_42 -c /etc/openSUSE-release-tools/manager_42/%i.yml

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: maintenance incidents
[Service]
Type=simple
User=osrt-maintenance
ExecStart=/usr/bin/osrt-check_maintenance_incidents --verbose review

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: staging-bot check for duplicate binaries produced in %i
[Service]
Type=simple
User=osrt-staging-bot
SyslogIdentifier=osrt-staging-bot
ExecStart=/usr/bin/osc staging -p "%i" check_duplicate_binaries --save

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: staging-bot devel list (stored in dashboard)
[Service]
Type=simple
User=osrt-staging-bot
SyslogIdentifier=osrt-staging-bot
ExecStart=/usr/bin/osrt-devel-project list -w

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: supersede duplicate submissions for %i
[Service]
Type=simple
User=osrt-staging-bot
SyslogIdentifier=osrt-staging-bot
ExecStart=/usr/bin/osc check_dups "%i"

View File

@ -2,7 +2,6 @@
Description=openSUSE Release Tools: ToTest Manager for %i
[Service]
Type=simple
User=osrt-totest-manager
WorkingDirectory=~
ExecStart=/usr/bin/osrt-totest-manager --verbose run --interval 5 "%i"