This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=MONOTONE_PPFILE=/etc/monotone/passphrase.lua MONOTONE_KEYDIR=/etc/monotone/private-keys MONOTONE_CONFDIR=/etc/monotone MONOTONE_DBFILE=/var/lib/monotone/server.mtn
-
EnvironmentFile=-/etc/sysconfig/monotone
-
ExecStart=/usr/sbin/monotone-server --confdir=${MONOTONE_CONFDIR} --db=${MONOTONE_DBFILE} --keydir=${MONOTONE_KEYDIR} --rcfile=${MONOTONE_PPFILE} --pid-file=/run/monotone/monotone-server.pid serve
-
ExecStartPre=/usr/libexec/monotone-server-initdb /usr/libexec/monotone-server-migratedb /usr/libexec/monotone-server-genkey
-
Group=monotone
-
PIDFile=/run/monotone/monotone-server.pid
-
PermissionsStartOnly=yes
-
User=monotone
-
-
[Unit]
-
After=local-fs.target network-online.target
-
Description=Monotone DVCS Server
-
Additionnal notes
Nothing here.