16 lines
285 B
Desktop File
16 lines
285 B
Desktop File
[Unit]
|
|
Description=Document Processor Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=johan
|
|
WorkingDirectory=/home/johan/dev/docproc
|
|
ExecStart=/home/johan/dev/docproc/docproc
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
Environment=FIREWORKS_API_KEY=
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|