
This is an import of the infrastructure to make Jammy packages Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/840788 Change-Id: Ie66d3b1e39ef9fa714b1dabdb7eb61cc43538587
14 lines
366 B
Desktop File
Executable File
14 lines
366 B
Desktop File
Executable File
[Unit]
|
|
Description=OpenAFS file and database server manager
|
|
Wants=network-online.target
|
|
After=network.target network-online.target local-fs.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/default/openafs-fileserver
|
|
ExecStart=/usr/sbin/bosserver -nofork $DAEMON_ARGS
|
|
ExecStop=/usr/bin/bos shutdown localhost -wait -localauth
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|