Ticket #1165: boinc-client.service

File boinc-client.service, 299 bytes (added by johannbg, 13 years ago)

Native systemd service for boinc-client

Line 
1[Unit]
2Description=Berkeley Open Infrastructure Network Computing Client
3After=network.target graphical.target
4
5[Service]
6Nice=10
7User=boinc
8CPUShares=2
9ControlGroup=cpu:/background
10ExecStartPre=/bin/sleep 1
11ExecStart=/usr/bin/boinc_client --dir /var/lib/boinc
12
13[Install]
14WantedBy=multi-user.target