freeradius-server/radiusd.service
Lars Vogdt e238509cfc Accepting request 242724 from home:vitezslav_cizek:branches:network
- fixed SUSE spelling in a filename (bnc#889034)
  * don't install suse/README.SuSE
- remove old tarball and signature file

- spec run through spec-cleaner
- don't install files to /var/run

OBS-URL: https://build.opensuse.org/request/show/242724
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=61
2014-07-29 09:39:25 +00:00

16 lines
392 B
Desktop File

[Unit]
Description=FreeRADIUS high performance RADIUS server.
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/radiusd/radiusd.pid
ExecStartPre=-/bin/chown -R radiusd.radiusd /run/radiusd
ExecStartPre=/usr/sbin/radiusd -C
ExecStart=/usr/sbin/radiusd -d /etc/raddb
ExecReload=/usr/sbin/radiusd -C
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target