forked from pool/freeradius-server
e238509cfc
- 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
16 lines
392 B
Desktop File
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
|