summarylogtreecommitdiffstats
path: root/bedrock.service
blob: dcca3dffe0bd606a12ccd8439dbb4bf7b192fb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Expensify Bedrock Server
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
SyslogIdentifier=bedrock
EnvironmentFile=/etc/bedrock.conf
ExecStart=/usr/bin/bedrock -nodeName $NODE_NAME -db $DATABASE -serverHost $SERVER_HOST -nodeHost $NODE_HOST -priority $PRIORITY -pidfile $PIDFILE -workerThreads $WORKER_THREADS -plugins $PLUGINS -cacheSize $CACHE_SIZE $BEDROCK_EXTRA_ARGS
TimeoutSec=10

[Install]
WantedBy=multi-user.target