summarylogtreecommitdiffstats
path: root/pass-server-node.service
blob: 3a7e3fcf42d9c0a584394861fc8bb314a42420b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Read-only portal to pass, the standard password manager

[Service]
WorkingDirectory=/usr/lib/node_modules/pass-server-node
ExecStart=/usr/bin/npm start
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=pass-server-node
Environment="LOG_LEVEL=error"
Environment="LOG_DIR="

[Install]
WantedBy=default.target