/lib/systemd/system/firebird3.0.service is in firebird3.0-server 3.0.2.32703.ds4-11ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=Firebird Database Server ( SuperServer )
After=network.target
Conflicts=firebird3.0-classic.socket
[Service]
User=firebird
Group=firebird
Type=forking
ExecStart=/usr/sbin/fbguard -pidfile /run/firebird3.0/default.pid -daemon -forever
RuntimeDirectory=firebird3.0
StandardError=syslog
[Install]
WantedBy=multi-user.target
|