17 lines
364 B
Desktop File
17 lines
364 B
Desktop File
[Unit]
|
|
Description=Calendar Auto Generator
|
|
After=network.target multi-user.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=1
|
|
User=root
|
|
WorkingDirectory=/root/freemind-mindgen/
|
|
ExecStart=/root/freemind-mindgen/watcher /root/calendar/ /var/www/links/calendar/
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=CalendarGen
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|