-
-
-
-
-
-
- [Unit]
- Description=Buildbot Worker
- After=network.target
-
- [Service]
- User=%i
- Group=%i
- WorkingDirectory=/var/lib/buildbot-worker/%i
- ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
-
-
- Restart=always
- ProtectSystem=full
- ProtectHome=yes
- PrivateDevices=yes
- PrivateTmp=yes
-
- [Install]
- WantedBy=multi-user.target
|