2019-03-28 19:51:57 +00:00
|
|
|
[Unit]
|
2019-04-23 02:33:03 +00:00
|
|
|
Description=Internet Archive Universal Library service
|
2019-03-28 19:51:57 +00:00
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2019-04-23 00:59:57 +00:00
|
|
|
WorkingDirectory={{ internetarchive_dir }}
|
|
|
|
ExecStart=/usr/bin/node {{ internetarchive_dir }}/internetarchive -s
|
2019-03-28 19:51:57 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=10
|
|
|
|
StandardOutput=syslog
|
|
|
|
StandardError=syslog
|
2019-04-23 00:59:57 +00:00
|
|
|
SyslogIdentifier=internetarchive
|
2019-03-28 19:51:57 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|